From 386fda1cbd0859e23ff63e9f39e878e6692007dd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 11 Jun 2017 19:21:18 -0700 Subject: Remove a few aliases from bash. The aliases are neat, but not having them everywhere I go is annoying. It's easier if I switch back to the default and stick to them. --- bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bashrc b/bashrc index 92ed046..726b1b6 100755 --- a/bashrc +++ b/bashrc @@ -24,16 +24,10 @@ alias ll="ls -lh" alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" -alias g="git" - -alias t="time" -alias tm="tmux attach 2>/dev/null || tmux new" alias upload-transactions='smpl-transactions --project fcuny-finance --dataset finance' # Twitter aliases -alias au="aurora" -alias aud="aurora_admin" alias gobastion="gcloud compute ssh bastion" alias gocsnest="ssh -A csnest1.smf1.twitter.com" alias goebnest="ssh -A eventbus@nest.smfc.twitter.com" -- cgit 1.4.1