Prezto support! Make sure you run rake:install
This commit is contained in:
4
zsh/zzzz_after.zsh
Normal file
4
zsh/zzzz_after.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Load any custom after code
|
||||
if [ -d $HOME/.zsh.after/ ]; then
|
||||
for config_file ($HOME/.zsh.after/*.zsh) source $config_file
|
||||
fi
|
||||
Reference in New Issue
Block a user