aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 1d67e8f..fea0494 100644
--- a/.zshrc
+++ b/.zshrc
@@ -14,6 +14,8 @@ HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.zsh_history
+[ -f ~/.dotfiles/bin ] && export PATH="$HOME/.dotfiles/bin:$PATH"
+
[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh
# proxy
@@ -36,7 +38,7 @@ Darwin)
# Alias
alias ls='ls -G'
- alias ll='ls -lG'
+ alias ll='ls -lhG'
;;
Linux)
# commands for Linux