summaryrefslogtreecommitdiff
path: root/functions/gck.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-03-04 15:59:29 +0100
committerache <ache@ache.one>2026-03-04 15:59:29 +0100
commit2a4fe57b9d3257f3f8d32d90dc4147615df33702 (patch)
tree89cd27a49abae237a04afa3faa4f5997a4e536e7 /functions/gck.fish
parentfeat: Create a color theme for fish (diff)
feat: Use abbr instead of alias
Diffstat (limited to 'functions/gck.fish')
-rw-r--r--functions/gck.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/gck.fish b/functions/gck.fish
index d1ea84d..aa37a5d 100644
--- a/functions/gck.fish
+++ b/functions/gck.fish
@@ -1 +1 @@
-alias gck='git checkout'
+abbr --add gck 'git checkout'