fish configuration
This commit is contained in:
parent
d3dac17247
commit
b3bd3a4683
4 changed files with 104 additions and 0 deletions
3
.config/fish/functions/dotfiles.fish
Normal file
3
.config/fish/functions/dotfiles.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function dotfiles --wraps=git
|
||||
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue