diff options
| -rw-r--r-- | dotfiles/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 04b88ef..2a2671b 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -50,6 +50,7 @@ alias pull='git pull' alias push='git push' alias vps='ssh fedora@vps-04e72c4e.vps.ovh.net -t tmux attach' +alias tvps='ssh fedora@vps-04e72c4e.vps.ovh.net -t tmux' # PS1 GIT_PS1_SHOWDIRTYSTATE=true |
