Skip to content

Commit

Permalink
fix(.zshrc): add how to source customize *.zsh files
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyangyu committed Aug 17, 2022
1 parent 204dd03 commit 56d1c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# you can add your own zsh config file in any directory, add source it in this way.
# [ -f ~/github/zsh/sources/my_pc.zsh ] && source ~/github/zsh/sources/my_pc.zsh
# [ -f ~/github/zsh/sources/vastai_pc.zsh ] && source ~/github/zsh/sources/vastai_pc.zsh

Expand Down

0 comments on commit 56d1c1b

Please sign in to comment.