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

4 lines
201 B
Fish
Raw Normal View History

2023-05-03 14:35:45 +01:00
function config --wraps='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' --description 'Git command to manage dotfiles'
2023-05-13 19:22:56 +01:00
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
2023-05-03 14:35:45 +01:00
end