Skip to content

Commit

Permalink
[zsh] Add ~/.local/bin/ to fpath
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 30, 2021
1 parent b49d001 commit c941d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ bindkey -v '^?' backward-delete-char
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

[ -f $HOME/.local/etc/motd ] && command cat $HOME/.local/etc/motd
fpath=($HOME/.local/bin/ $fpath)

0 comments on commit c941d7d

Please sign in to comment.