From 765ad318ba833b744b1e4078abadf8fda11084ea Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 24 Oct 2022 20:21:47 +0200 Subject: Remove weather from tmux config --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/tmux/tmux.conf') 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" -- cgit v1.2.3