3 lines
201 B
Fish
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
|