divided zshrc to global and user
This commit is contained in:
parent
f08cabfd61
commit
abf6dd2854
2 changed files with 2 additions and 1 deletions
|
|
@ -38,5 +38,5 @@ alias download="cd ~/Download"
|
|||
alias document="cd ~/Document"
|
||||
alias config="cd ~/.config"
|
||||
alias .tmux.conf="nvim ~/.tmux.conf"
|
||||
alias research="cd Google\ Drive/My\ Drive/School/UoGuelph/MSc/Research/soft_skills_job_desc/jfraeysd/"
|
||||
alias research="cd ~/Google\ Drive/My\ Drive/School/UoGuelph/MSc/Research/soft_skills_job_desc/jfraeysd/"
|
||||
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ plugins=(
|
|||
git
|
||||
zsh-syntax-highlighting
|
||||
zsh-autosuggestions
|
||||
macos
|
||||
)
|
||||
|
||||
export ZSH_AUTOSUGGEST_STRATEGY=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue