diff options
author | June McEnroe <programble@gmail.com> | 2018-04-03 12:54:48 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-04-03 12:54:48 -0400 |
commit | e9834a80ca32c65c8341558ce73c46ff5319e628 (patch) | |
tree | c82533852a3b00658cdb8813422abdc0c70bff5c /home/.zshrc | |
parent | Highlight Special as Normal (diff) | |
download | src-e9834a80ca32c65c8341558ce73c46ff5319e628.tar.gz src-e9834a80ca32c65c8341558ce73c46ff5319e628.zip |
Move home bins to ~/.local/bin
Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well.
Diffstat (limited to '')
-rw-r--r-- | home/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc index e0ddcf5e..3c1f51dc 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -10,7 +10,7 @@ bindkey -v KEYTIMEOUT=1 OLDPATH=$PATH -path=({,/usr/local,/usr}/{s,}bin ~/.bin ~/.cargo/bin) +path=({,/usr/local,/usr,~/.local}/{s,}bin) export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim type nvim > /dev/null \ |