aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-10 06:26:59 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-10 06:26:59 +0000
commit94662269173d282e27309549fb6fd3afe00535d1 (patch)
treeebecf7ea43e199622d4d0a0fd1f21b545a3dc7d6 /fish2024/functions
parent23261908f2bbab5697ba7316be34e24633d1ca0d (diff)
Adds blog alias
Diffstat (limited to 'fish2024/functions')
-rw-r--r--fish2024/functions/blog.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/blog.fish b/fish2024/functions/blog.fish
new file mode 100644
index 0000000..16f2061
--- /dev/null
+++ b/fish2024/functions/blog.fish
@@ -0,0 +1,4 @@
+function blog --wraps='cd ~/code/html/yulqen.org' --description 'alias blog=cd ~/code/html/yulqen.org'
+ cd ~/code/html/yulqen.org $argv
+
+end