diff options
Diffstat (limited to '05-functions.zsh')
-rw-r--r-- | 05-functions.zsh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/05-functions.zsh b/05-functions.zsh deleted file mode 100644 index d69acf3..0000000 --- a/05-functions.zsh +++ /dev/null @@ -1,10 +0,0 @@ -if [ -n '$TMUX' ]; then - function refresh { - export SSH_AUTH_SOCK="$(tmux show-environment | grep '^SSH_AUTH_SOCK' | cut -d '=' -f 2)" - export SSH_AUTH_KEY="$(tmux show-environment | grep '^SSH_AUTH_KEY' | cut -d '=' -f 2)" - export SSH_CONNECTION="$(tmux show-environment | grep '^SSH_CONNECTION' | cut -d '=' -f 2)" - export DISPLAY="$(tmux show-environment | grep '^DISPLAY' | cut -d '=' -f 2)" - } -else - function refresh { } -fi |