From 9ffd8eac4580411de988ca640d8d8c95194f5996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 6 May 2021 00:58:00 +0200 Subject: [PATCH] add alias --- aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases b/aliases index 146132e..afb345a 100644 --- a/aliases +++ b/aliases @@ -13,6 +13,7 @@ alias cdlastfiledir='cd $(history -p \!\!:$:h)' #alias ssh='function f() { trap "reset; stty sane; tput rs1; clear; echo -e \"\033c\"" EXIT ; ssh $@; }; f $@' alias s='sshs $(history -p \!ssh:$:t)' alias sexit='ssh -O exit $(history -p \!ssh:$:t)' +alias remountshared='sudo systemctl restart media-remote-sharefs-userdata.mount'