summaryrefslogtreecommitdiff
path: root/sh/u
diff options
context:
space:
mode:
Diffstat (limited to 'sh/u')
-rwxr-xr-xsh/u4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/u b/sh/u
index 7df27d9..e0f9218 100755
--- a/sh/u
+++ b/sh/u
@@ -14,7 +14,7 @@ git -C "$HOME/programs/config_local_arch" branch | awk '!/master/{print ($1=="*"
# https://superuser.com/questions/241187/how-do-i-reload-inputrc
# because I invoke bash, no need alacritty --hold
#o alacritty -T "$branch" -e ssh -t "$branch" '. "$HOME/.profile" && upd; "$SHELL" -l'
- o alacritty -T "$branch" -e ssh -t "$branch" '. "$HOME/.profile" &&' "upd $*;" '"$SHELL" -l'
+ o alacritty -T "$branch" -e ssh -t "$branch" '. "$HOME/.profile" && upd' "$@" '; "$SHELL" -l'
done
-upd
+upd "$@"