mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
add local setup file support
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -3,5 +3,6 @@ source $HOME/.dotfiles/zsh_init.sh
|
||||
source $HOME/.dotfiles/aliases.sh
|
||||
source $HOME/.dotfiles/sources.sh
|
||||
source $HOME/.dotfiles/home.sh
|
||||
test -e "$HOME/.dotfiles/_local.sh" && source "$HOME/.dotfiles/_local.sh"
|
||||
|
||||
test -e "$HOME/.iterm2_shell_integration.zsh" && source "$HOME/.iterm2_shell_integration.zsh"
|
||||
|
||||
Reference in New Issue
Block a user