commit e7c7d8870e0242a36d056bc7e8eae81ab63a4f1d
parent d8d10c5e9f16df553460350f68c1c83fff680a05
Author: Sven Möller <sven-moeller@outlook.de>
Date: Sun, 9 Jan 2022 00:20:55 +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 sven@svenmoeller.xyz -- screen -R"
+alias sv="mosh sven@svenmoeller.xyz -- screen -dRR"
wordlist="$(bm -h | sed -n '/\t/p' | awk '{print $1}' | sort | tr '\n' ' ')"
complete -W "$wordlist" bm