From ffa58dd599bb31c5565d42910da424f749f8bb75 Mon Sep 17 00:00:00 2001 From: Ali Moeeny Date: Wed, 26 Oct 2016 06:55:52 -0400 Subject: [PATCH] path updates and ld alias --- runcoms/zprofile | 1 + runcoms/zshrc | 1 + 2 files changed, 2 insertions(+) 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