diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:21:18 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:21:18 -0700 |
commit | 386fda1cbd0859e23ff63e9f39e878e6692007dd (patch) | |
tree | a4ffd0f065d24523790065a9875e9a740b90f23c /bashrc | |
parent | Add configuration for vim. (diff) | |
download | emacs.d-386fda1cbd0859e23ff63e9f39e878e6692007dd.tar.gz |
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.
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 6 |
1 files changed, 0 insertions, 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" |