this repo has no description
0
fork

Configure Feed

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

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+7
+7
.config/fish/functions/tmux.fish
··· 1 + function tmux 2 + if test "$TERM_PROGRAM" = "iTerm.app" 3 + command tmux -CC $argv 4 + else 5 + command tmux $argv 6 + end 7 + end