homes/common/.config/fish/functions/tig.fish

7 lines
101 B
Fish
Raw Normal View History

2023-09-11 03:18:29 +02:00
#!/usr/bin/env fish
#
function tig -d "Tig git client"
TERM=tmux-256color command tig $argv
2023-09-11 03:18:29 +02:00
end