Muh dotfiles
This commit is contained in:
3
.config/fish/functions/dots.fish
Normal file
3
.config/fish/functions/dots.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function dots --wraps 'git --git-dir ~/.dotfiles/ --work-tree ~' --description 'Track dotfiles with git'
|
||||
command git --git-dir ~/.dotfiles/ --work-tree ~ $argv
|
||||
end
|
Reference in New Issue
Block a user