From 0bc142cd47c8213415bb16449ddf215e875570bd Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 13 Aug 2016 15:53:28 -0700 Subject: [PATCH] Sub all . for _ for tat --- runcoms/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zshrc b/runcoms/zshrc index 55745c4..1166996 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -22,7 +22,7 @@ bindkey "\ep" history-beginning-search-backward bindkey "\en" history-beginning-search-forward alias be='bundle exec' -alias tat='tmux new-session -As `basename $PWD | sed s/\\\./_/`' +alias tat='tmux new-session -As `basename $PWD | sed s/\\\./_/g`' alias plz='sudo' function eject { command hdiutil eject `df | grep Volumes | grep -i "$@" | ruby -ne 'puts $_[/^[^ ]*/]'`; }