diff --git a/runcoms/zprofile b/runcoms/zprofile index f13cc9da..185361b8 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -74,6 +74,7 @@ fi alias todo=/usr/local/bin/todo.sh alias t=/usr/local/bin/todo.sh +alias ld='ls -ld */' TMPPREFIX="${TMPDIR%/}/zsh" diff --git a/runcoms/zshrc b/runcoms/zshrc index 62b4cc7a..508fd273 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -26,3 +26,4 @@ fi source "$fasd_cache" unset fasd_cache +export PATH=~/.local/bin:$PATH