summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions/rice.fish
blob: 8c08921d5bd9e67029b4b9393f3830e5a931d457 (plain) (blame)
1
2
3
function rice
  git --git-dir=$HOME/rice/.git $argv;
end