Update makehome.sh
This commit is contained in:
@@ -31,7 +31,7 @@ set -g status-style fg=colour231,bg=colour2
|
||||
set -g status-interval 5
|
||||
|
||||
set -g status-left-length 300
|
||||
set -g status-left '#[bold] #(pretty=$(hostnamectl --pretty 2>/dev/null); [ -n "$pretty" ] && echo "$pretty" || hostname)#[nobold] | #{user}@#{host} | #(hostname -I | tr " " "\n" | grep -E "^(10\.|192\.168\.|172\.(1[6-9]|2[0-9]|3[01])\.)"|head -1||echo "no-private") | '
|
||||
set -g status-left '#[bold] #(pretty=$(hostnamectl --pretty 2>/dev/null); [ -n "$pretty" ] && echo "$pretty" || hostname)#[nobold] | #{user}@#{host} | #(hostname -I | tr " " "\n" | grep -E "^(10\.|192\.168\.|172\.(1[6-9]|2[0-9]|3[01])\.)"|head -1||echo "no-private") | '
|
||||
|
||||
set -g status-right ' %b %d %H:%M:%S (#(TZ="America/Los_Angeles" date "+%%I:%%M %%p")) '
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user