1
0
Fork 0

turn off tmux status

This commit is contained in:
Luca Bilke 2023-12-12 18:35:43 +01:00
parent 9755f5a813
commit 01f57d1017
3 changed files with 3 additions and 7 deletions

View File

@ -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 message-style "fg=green,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-format " #I "
setw -g window-status-activity-style "fg=gray"
setw -g pane-active-border-style "fg=blue"
set -g status on
set -g status off
set -g status-interval 1
set -g status-position bottom
set -g status-justify left

View File

@ -1,3 +0,0 @@
#!/bin/zsh
# This hook is sourced after every virtualenv is activated.
basename $VIRTUALENV > /tmp/virtualenv-$$

View File

@ -1,3 +0,0 @@
#!/bin/zsh
# This hook is sourced after every virtualenv is deactivated.
rm /tmp/virtualenv-$$