path updates and ld alias

This commit is contained in:
Ali Moeeny 2016-10-26 06:55:52 -04:00
parent 35e8110ec9
commit ffa58dd599
No known key found for this signature in database
GPG key ID: 52479F3AC309CB36
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -26,3 +26,4 @@ fi
source "$fasd_cache"
unset fasd_cache
export PATH=~/.local/bin:$PATH