🧑💻 Added github personal access token
This commit is contained in:
parent
10385fff58
commit
edcd44376d
4 changed files with 8 additions and 1 deletions
|
|
@ -144,7 +144,10 @@ bindkey -v
|
|||
# alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history"
|
||||
alias home="cd $HOME && $HOME/scripts/zhome.sh && unset sdir"
|
||||
|
||||
# Various source files (do not place at end of zshrc/bashrc)
|
||||
source ~/.aliases
|
||||
# github personal access token
|
||||
source ~/.gh_pat
|
||||
# Plugins (that need to be at the end of the zshrc script)
|
||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue