Lots of stuff. Working on refactoring
This commit is contained in:
10
fish/functions/g.fish
Executable file
10
fish/functions/g.fish
Executable file
@@ -0,0 +1,10 @@
|
||||
function g
|
||||
# shortcut to git
|
||||
# If no arguments are given, run git status and git l
|
||||
if count $argv >/dev/null
|
||||
git $argv
|
||||
else
|
||||
git status
|
||||
git l -5
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user