diff options
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bashrc b/bashrc index ffede15..67f34af 100755 --- a/bashrc +++ b/bashrc @@ -25,6 +25,12 @@ alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" +alias g="git" +alias au="aurora" +alias aud="aurora_admin" +alias gonest="ssh nest" +alias tm="tmux attach || tmux new" + # finally, build the path and source a few files __add_to_path_if_exists() { [ -d "$1" ] && export PATH="$1:$PATH" |