dotfiles/.config/fish/functions/dotfiles.fish

4 lines
100 B
Fish
Raw Normal View History

2024-12-15 19:30:46 +00:00
function dotfiles --wraps=git
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv
end