From 0196ece5a4e2d070b9d537a8990e447d79129223 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 11 Nov 2019 10:17:52 +0000 Subject: [PATCH] bash: add 'shelf' alias --- bashrc.d/aliases.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.d/aliases.bash b/bashrc.d/aliases.bash index c6b04ae..ebc2af5 100644 --- a/bashrc.d/aliases.bash +++ b/bashrc.d/aliases.bash @@ -40,6 +40,7 @@ if [ "$TERM" == "xterm-256color" ] ; then fi alias log='git log --color --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit' alias coot="cd ~/src/cooter_umbrella/" +alias shelf="cd ~/src/mymovieshelf/" if [ -x /usr/bin/fdfind ] ; then alias fd=fdfind