Add secret handling for Homebrew Github token
This commit is contained in:
parent
6cafb6307e
commit
cc947815d7
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@ vim/vim.symlink/bundle
|
||||||
zsh/zsh.symlink/liquidprompt
|
zsh/zsh.symlink/liquidprompt
|
||||||
zsh/zsh.symlink/zsh-completions
|
zsh/zsh.symlink/zsh-completions
|
||||||
zsh/zsh.symlink/zsh-syntax-highlighting
|
zsh/zsh.symlink/zsh-syntax-highlighting
|
||||||
|
zsh/zsh.symlink/secret
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
source /etc/zshrc
|
source /etc/zshrc
|
||||||
|
|
||||||
|
source $HOME/.zsh/secret
|
||||||
|
|
||||||
## Path
|
## Path
|
||||||
# Default path
|
# Default path
|
||||||
export PATH="/sbin"
|
export PATH="/sbin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue