[tmux] Allow cross-ssh copying

This commit is contained in:
Fabian Ising
2025-04-18 08:49:54 +02:00
parent edde785a03
commit 0e251ec36a
5 changed files with 74 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/dotfiles/scripts:$PATH"
[[ -z $SSH_AUTH_SOCK ]] || export FORWARD_SOCK=$SSH_AUTH_SOCK
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config