i use arch btw
0
fork

Configure Feed

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

add tmux alias

+3
+3
fish/.config/fish/functions/t.fish
··· 1 + function t --wraps=tmux --description 'alias t tmux' 2 + tmux $argv 3 + end