4 lines
289 B
Fish
4 lines
289 B
Fish
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
|