dotfiles/.config/fish/myFunctions/dotfiles.fish
2023-05-13 19:22:56 +01:00

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