diff options
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/u | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 "$@" |