commit d8d10c5e9f16df553460350f68c1c83fff680a05
parent b3d3d3a71b9b7531cbbe700f810425baf54ce242
Author: Sven Möller <sven-moeller@outlook.de>
Date: Sat, 8 Jan 2022 23:48:49 +0100
Update server shortcut
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bash/.bashrc b/bash/.bashrc
@@ -12,7 +12,7 @@ alias gs="git status"
alias gd="git diff"
alias gc="git commit"
alias ga="git add"
-alias sv="mosh git@svenmoeller.xyz"
+alias sv="mosh sven@svenmoeller.xyz -- screen -R"
wordlist="$(bm -h | sed -n '/\t/p' | awk '{print $1}' | sort | tr '\n' ' ')"
complete -W "$wordlist" bm