aboutsummaryrefslogtreecommitdiffstats
path: root/fish2025/functions/gloga.fish
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-06 09:26:36 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-06 09:26:36 +0000
commitbf3d847047000d8ee91f6e08c818b251268cd6e2 (patch)
treea58c640198b6fe8824d707c28432cc2a29c91ca3 /fish2025/functions/gloga.fish
parentb8e8ec16cb28fe78fe7dcfdd1dccbc56ec5b8e8b (diff)
Fills out the fish config
Diffstat (limited to 'fish2025/functions/gloga.fish')
-rw-r--r--fish2025/functions/gloga.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2025/functions/gloga.fish b/fish2025/functions/gloga.fish
new file mode 100644
index 0000000..98da2aa
--- /dev/null
+++ b/fish2025/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