turn off tmux status
This commit is contained in:
parent
9755f5a813
commit
01f57d1017
|
@ -26,12 +26,14 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
|
||||||
set -g mode-style "fg=default,bg=blue"
|
set -g mode-style "fg=default,bg=blue"
|
||||||
set -g message-style "fg=green,bg=black"
|
set -g message-style "fg=green,bg=black"
|
||||||
set -g status-style "fg=gray,bg=black"
|
set -g status-style "fg=gray,bg=black"
|
||||||
|
# set -g status-right ""
|
||||||
|
# set -g status-left ""
|
||||||
setw -g window-status-current-style "fg=black,bold,bg=blue"
|
setw -g window-status-current-style "fg=black,bold,bg=blue"
|
||||||
setw -g window-status-current-format " #I "
|
setw -g window-status-current-format " #I "
|
||||||
setw -g window-status-activity-style "fg=gray"
|
setw -g window-status-activity-style "fg=gray"
|
||||||
setw -g pane-active-border-style "fg=blue"
|
setw -g pane-active-border-style "fg=blue"
|
||||||
|
|
||||||
set -g status on
|
set -g status off
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/zsh
|
|
||||||
# This hook is sourced after every virtualenv is activated.
|
|
||||||
basename $VIRTUALENV > /tmp/virtualenv-$$
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/zsh
|
|
||||||
# This hook is sourced after every virtualenv is deactivated.
|
|
||||||
rm /tmp/virtualenv-$$
|
|
Loading…
Reference in New Issue