dotfiles/.config/fish/myfunctions/dotfiles.fish

5 lines
84 B
Fish
Raw Normal View History

2023-03-17 15:06:26 +00:00
function config
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
end