Removed img2iso function from zsh and fixed the path for mosh in tmix function

This commit is contained in:
2020-09-24 21:38:01 +02:00
parent df5c1a0a64
commit 148e9e9e08
3 changed files with 1 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ function tmix () {
for SERVER in ${SERVERS}; do
echo ">>> Connecting to ${SERVER}"
tmux new-window -n ${SERVER} -t ${SESSION}:
tmux send-keys -t ${SESSION}:${SERVER} "/usr/local/bin/mosh ${SERVER} -- doas tmux a -d" C-m
tmux send-keys -t ${SESSION}:${SERVER} "mosh ${SERVER} -- doas tmux a -d" C-m
done
fi
fi