diff options
-rwxr-xr-x | sh/u | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |