tmuxa
This commit is contained in:
@@ -52,6 +52,7 @@ alias -g LATEST='*(om[1])'
|
||||
|
||||
# remote tmux on server
|
||||
alias tmuxr="tmux new-session -A -s auto"
|
||||
alias tmuxa="tmux new-session -A -s"
|
||||
|
||||
alias FUNCTION_PRELUDE="setopt LOCAL_OPTIONS PIPE_FAIL XTRACE ERR_RETURN"
|
||||
alias FUNCTION_PRELUDE_NO_XTRACE="setopt LOCAL_OPTIONS PIPE_FAIL NO_XTRACE ERR_RETURN"
|
||||
|
@@ -64,7 +64,7 @@ function mount_sshfs {
|
||||
fi
|
||||
|
||||
echo "Starting remote command pipe..."
|
||||
ssh $1 -- tail -f "$REMOTE_COMMAND_PIPE_PATH" | zsh
|
||||
ssh $1 -- tail -f "$REMOTE_COMMAND_PIPE_PATH" | zsh -x
|
||||
}
|
||||
|
||||
function sublr {
|
||||
|
Reference in New Issue
Block a user