Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5130d5

Browse files
committedAug 10, 2018
tmux: keep env. var. in sync
1 parent 4eff535 commit e5130d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.tmux.conf

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ set-option -g renumber-windows on
2626
# xterm key bindings
2727
# setw -g xterm-keys on
2828

29+
# sync environment variables
30+
set -g update-environment -r
31+
2932
# --------
3033
# Bindings
3134
# --------

0 commit comments

Comments
 (0)
Please sign in to comment.