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

4 lines
289 B
Fish
Raw Normal View History

2026-03-09 00:07:31 -04:00
function dotfiles --wraps='/usr/bin/git --git-dir=/home/candle/.dotfiles/ --work-tree=/home/candle' --description 'alias dotfiles /usr/bin/git --git-dir=/home/candle/.dotfiles/ --work-tree=/home/candle'
/usr/bin/git --git-dir=/home/candle/.dotfiles/ --work-tree=/home/candle $argv
end