From 278ede552736d0e87bf5799f60c7981b6a503a21 Mon Sep 17 00:00:00 2001 From: gxlin Date: Sun, 7 Mar 2021 11:43:21 +0800 Subject: Add ledger report binary --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zshrc') 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 -- cgit v1.2.3