Skip to content

Commit

Permalink
feat: add private/personal scripts support
Browse files Browse the repository at this point in the history
  • Loading branch information
ricveal committed Jul 23, 2024
1 parent 84c33a9 commit 59a7716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
work_variables.zsh
work_variables/*
private_variables.zsh
scripts/cloudflare.config.sh
Brewfile.lock.json

Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ source $DOTFILES/.alias

# Private / secret stuff
source $DOTFILES/work_variables.zsh
source $DOTFILES/private_variables.zsh

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

Expand Down

0 comments on commit 59a7716

Please sign in to comment.