diff options
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc index 7ce71e9..aeaa580 100755 --- a/bashrc +++ b/bashrc @@ -30,6 +30,7 @@ alias aud="aurora_admin" alias g="git" alias gonest="ssh nest" alias t="time" +alias tm="tmux attach 2>/dev/null || tmux new" # finally, build the path and source a few files __add_to_path_if_exists() { |