This commit is contained in:
2024-09-06 08:31:49 -04:00
parent c1ce567827
commit f4f8ca18c9
6 changed files with 835 additions and 23 deletions
+1
View File
@@ -3,6 +3,7 @@ if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
fi
source $(brew --prefix nvm)/nvm.sh
source <(fzf --zsh)
# Load seperated config files
for conf in "$HOME/dotfiles/zsh_config/"*.zsh; do