dotfiles/fish/functions/tigs.fish

4 lines
38 B
Fish
Executable File

function tigs
tig status $argv;
end