resolve ssh-agent passthrough
This commit is contained in:
parent
470338e8bc
commit
54944df72e
@ -1,6 +1,9 @@
|
|||||||
source-file ~/.wryn/config/tmux/n-bindings.tmux
|
source-file ~/.wryn/config/tmux/n-bindings.tmux
|
||||||
source-file ~/.wryn/config/tmux/t-bindings.tmux
|
source-file ~/.wryn/config/tmux/t-bindings.tmux
|
||||||
|
|
||||||
|
# link ssh-agent socket
|
||||||
|
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
||||||
|
|
||||||
# don't use escape key
|
# don't use escape key
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
@ -24,3 +27,4 @@ set -g status-style fg=brightmagenta,bg=black
|
|||||||
set -g window-status-current-style fg=black,bg=brightmagenta
|
set -g window-status-current-style fg=black,bg=brightmagenta
|
||||||
|
|
||||||
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"
|
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user