diff options
Diffstat (limited to 'sh/u')
-rwxr-xr-x | sh/u | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ for host in ca ka ia studio pp; do # maybe another way: # https://superuser.com/questions/241187/how-do-i-reload-inputrc # because I invoke bash, no need alacritty --hold - o alacritty -T "$host" -e ssh -t "$host" '. "$HOME/.profile" && upd; exec "$SHELL" -l' + o alacritty -T "$host" -e ssh -t "$host" '. "$HOME/.profile" && upd; "$SHELL" -l' done upd |