commit dffa3c63487f8fe7358bb42891be984a6281ffbb parent c5f35ed5a7e29cc120e72beb5d505b61b32d08db Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 19 Jun 2020 03:11:33 -0400 Add units alias to remove units_history Diffstat:
M | .bashrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc @@ -60,7 +60,8 @@ alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' alias copy='xclip -sel c' alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc' alias lpr='lpr -o fit-to-page -o two-sided-long-edge' -alias config='git --git-dir=$HOME/docs/proj/dotfiles --work-tree=$HOME' +alias config='git --git-dir="$HOME"/docs/proj/dotfiles --work-tree="$HOME"' +alias units='units --history "$XDG_CACHE_HOME"/units_history' # Disable CTRL-S and CTRL-Q stty -ixon