i use arch btw
0
fork

Configure Feed

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

Check if SSH session

+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 string match -iq -- haring $host 4 + if status is-login && not set -q SSH_CLIENT 5 5 exit 6 6 end 7 7