summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rwxr-xr-xhome/.local/bin/sup (renamed from home/.bin/sup)0
-rwxr-xr-xhome/.local/bin/tup (renamed from home/.bin/tup)0
-rwxr-xr-xhome/.local/bin/up (renamed from home/.bin/up)0
-rw-r--r--home/.zshrc2
4 files changed, 1 insertions, 1 deletions
diff --git a/home/.bin/sup b/home/.local/bin/sup
index 22f2b85e..22f2b85e 100755
--- a/home/.bin/sup
+++ b/home/.local/bin/sup
diff --git a/home/.bin/tup b/home/.local/bin/tup
index 29af9b0a..29af9b0a 100755
--- a/home/.bin/tup
+++ b/home/.local/bin/tup
diff --git a/home/.bin/up b/home/.local/bin/up
index 43b1929b..43b1929b 100755
--- a/home/.bin/up
+++ b/home/.local/bin/up
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 \