diff options
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc index 67f34af..5e203d5 100755 --- a/bashrc +++ b/bashrc @@ -25,11 +25,11 @@ alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" -alias g="git" alias au="aurora" alias aud="aurora_admin" +alias g="git" alias gonest="ssh nest" -alias tm="tmux attach || tmux new" +alias t="time" # finally, build the path and source a few files __add_to_path_if_exists() { |