From 4429076b11d68ccb43ad1d7a284db58a1d125c0a Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Mon, 24 Jun 2019 16:58:21 +0200 Subject: [PATCH] fix invalid path to bootstrap.sh --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 2686ce3..bd1b9ae 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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"