Add fish, scripts and git
This commit is contained in:
8
fish/functions/g.fish
Normal file
8
fish/functions/g.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
function g --wraps git
|
||||
if count $argv >/dev/null
|
||||
git $argv
|
||||
else
|
||||
git status
|
||||
git l -5
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user