diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-24 18:21:47 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-24 18:21:47 +0000 |
commit | 765ad318ba833b744b1e4078abadf8fda11084ea (patch) | |
tree | 5ddf3b61e2ba883526cc1b0080b50e3013b5915f /.config/tmux | |
parent | 38863c6118c64d727e44cfb3b23f2d91a8220b65 (diff) | |
download | dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar.gz dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar.bz2 dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar.lz dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar.xz dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.tar.zst dotfiles-765ad318ba833b744b1e4078abadf8fda11084ea.zip |
Remove weather from tmux config
Diffstat (limited to '.config/tmux')
-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" |