summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsh/u3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/u b/sh/u
index 59aa76a..7df27d9 100755
--- a/sh/u
+++ b/sh/u
@@ -13,7 +13,8 @@ git -C "$HOME/programs/config_local_arch" branch | awk '!/master/{print ($1=="*"
# maybe another way:
# 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