summaryrefslogblamecommitdiffstats
path: root/fish2024/functions/blog.fish
blob: 16f20615114706effd505d5c5ae6c5813eb8ed0e (plain) (tree)
1
2
3
4



                                                                                                      
function blog --wraps='cd ~/code/html/yulqen.org' --description 'alias blog=cd ~/code/html/yulqen.org'
  cd ~/code/html/yulqen.org $argv
        
end