Revamp installer and dots
This commit is contained in:
parent
fc0a7a25ab
commit
34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions
3
config/fish/functions/commit.fish
Normal file
3
config/fish/functions/commit.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function commit --wraps='git add -A && git commit -am' --description 'alias commit=git add -A && git commit -am'
|
||||
git add -A && git commit -am $argv;
|
||||
end
|
Reference in a new issue