mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Automatically copy a handful of useful environment variables so you
won't loose ssh-agent for example
This commit is contained in:
@@ -83,6 +83,9 @@ bind C-a last-window
|
|||||||
# Bigger history
|
# Bigger history
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
# Automatically copy a handful of useful environment variables so you won't loose ssh-agent for example
|
||||||
|
set -g update-environment -r
|
||||||
|
|
||||||
# Fix for shift-keys with Fn; needs correct terminfo too
|
# Fix for shift-keys with Fn; needs correct terminfo too
|
||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user