fix invalid path to bootstrap.sh

This commit is contained in:
Morgan Wattiez 2019-06-24 16:58:21 +02:00
parent 1130cef388
commit 4429076b11

View File

@ -92,7 +92,7 @@ source $ZSH/oh-my-zsh.sh
# For a full list of active aliases, run `alias`.
. ~/.zsh_aliases
. ~/.zsh_functions
. ~/.scripts/bootstrap.sh
. ~/.scripts/executable_bootstrap.sh
eval "$(fasd --init auto)"
unlink "$HOME/Library/Application Support/Code/User/settings.json"