summary refs log tree commit diff
path: root/home/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-03 12:54:48 -0400
committerJune McEnroe <june@causal.agency>2018-04-03 12:54:48 -0400
commitfb18fcfaa9be09dffd473b8bd1c44cdb886db1a5 (patch)
tree16a65480c4f15f8a1d432a5d0c498cb6c5915faf /home/.zshrc
parentHighlight Special as Normal (diff)
downloadsrc-fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5.tar.gz
src-fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5.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 'home/.zshrc')
-rw-r--r--home/.zshrc2
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 \