i use arch btw
0
fork

Configure Feed

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

set LC_ALL before calling mosh

+4
+4
fish/.config/fish/functions/mosh.fish
··· 1 + function mosh 2 + set -x LC_ALL en_US.UTF8 3 + command mosh $argv 4 + end