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