aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-03-07 11:43:21 +0800
committergxlin <[email protected]>2021-03-07 15:18:19 +0800
commit278ede552736d0e87bf5799f60c7981b6a503a21 (patch)
treef3238562bfe74fbde2103925d90c3b318b1b4675 /.zshrc
parentc6a810bf52cebd4b4b4af7febf64634af907b8bc (diff)
downloaddotfiles-278ede552736d0e87bf5799f60c7981b6a503a21.tar.gz
dotfiles-278ede552736d0e87bf5799f60c7981b6a503a21.tar.bz2
dotfiles-278ede552736d0e87bf5799f60c7981b6a503a21.zip
Add ledger report binary
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