add local setup file support

This commit is contained in:
Chen Asraf
2021-02-02 15:53:02 +02:00
parent 378fa30406
commit 4d12b57b28
2 changed files with 2 additions and 0 deletions

1
.zshrc
View File

@@ -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"

1
_local.sh Normal file
View File

@@ -0,0 +1 @@
export NPM_TOKEN="xrws-uKPP5RiC5VMWDEq"