i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

also check if inside of tmux

+1 -1
+1 -1
fish/.config/fish/config.fish
··· 1 1 set uname (uname -a) 2 2 set host (hostname) 3 3 4 - if status is-login && not set -q SSH_CLIENT 4 + if status is-login && not set -q SSH_CLIENT && not set -q TMUX 5 5 exit 6 6 end 7 7