dotfiles/.config/fish/functions/config.fish
2023-05-03 14:35:45 +01:00

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