fix PATH for tmux reload on mac sync
This commit is contained in:
@@ -9,5 +9,5 @@ mkdir -p "$HOME/.cache"
|
|||||||
ssh mac-attio "mkdir -p ~/.config/tmux"
|
ssh mac-attio "mkdir -p ~/.config/tmux"
|
||||||
scp "$HOME/.config/tmux/colors.conf" \
|
scp "$HOME/.config/tmux/colors.conf" \
|
||||||
mac-attio:~/.config/tmux/
|
mac-attio:~/.config/tmux/
|
||||||
ssh mac-attio "tmux source-file ~/.config/tmux/tmux.conf 2>/dev/null || true"
|
ssh mac-attio 'export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH" && tmux source-file ~/.config/tmux/tmux.conf 2>/dev/null || true'
|
||||||
} >>"$log_file" 2>&1
|
} >>"$log_file" 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user