dotfiles/.config/fish/functions/conf.fish
2023-11-06 11:26:02 +00:00

3 lines
201 B
Fish

function conf --wraps='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' --description 'Git command to manage dotfiles'
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv
end