From 94662269173d282e27309549fb6fd3afe00535d1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 10 Feb 2024 06:26:59 +0000 Subject: Adds blog alias --- fish2024/functions/blog.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/blog.fish (limited to 'fish2024/functions') 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 -- cgit v1.2.3