diff options
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0b68eb3..a81924c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -11,7 +11,7 @@ set -g status-position bottom # status-right set -g status-right-length 100 -set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') | #(curl 'https://github.com/dracula/tmux/raw/b06419366c9b24d2e1a3f9d89e2c6b110538ba4d/scripts/weather.sh' -Ls | sh -s 'C' 2> /dev/null)" +set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') " #set -g default-terminal "tmux-256color" #set-option -sa terminal-overrides ",xterm*:Tc" |