Initial commit: fish config, git identity, dot alias
This commit is contained in:
4
.config/fish/functions/dot.fish
Normal file
4
.config/fish/functions/dot.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function dot --wraps=git --description 'Manage dotfiles via a bare repo checked out over $HOME'
|
||||
git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
|
||||
end
|
||||
complete -c dot -w git
|
||||
Reference in New Issue
Block a user