summaryrefslogtreecommitdiffstats
path: root/fish/functions/gglog.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/gglog.fish')
-rw-r--r--fish/functions/gglog.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/gglog.fish b/fish/functions/gglog.fish
new file mode 100644
index 0000000..883b695
--- /dev/null
+++ b/fish/functions/gglog.fish
@@ -0,0 +1,4 @@
+function gglog --wraps='git log --graph --pretty --all' --description 'alias gglog git log --graph --pretty --all'
+ git log --graph --pretty --all $argv
+
+end