diff --git a/runcoms/zshrc b/runcoms/zshrc index a077ac5..5b9e161 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -23,7 +23,8 @@ bindkey "\en" history-beginning-search-forward alias be='bundle exec' alias tat='tmux new-session -As `basename $PWD | ruby -e "puts ARGF.read.strip.downcase.gsub(/[^\w]+/, ?-)"`' -alias plz='sudo' +alias plz=sudo +alias ls=exa function eject { command hdiutil eject `df | grep Volumes | grep -i "$@" | ruby -ne 'puts $_[/^[^ ]*/]'`; }