dotfiles/.config/fish/myFunctions/dotfiles.fish

3 lines
203 B
Fish

function config --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