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