summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/blog.fish
blob: 16f20615114706effd505d5c5ae6c5813eb8ed0e (plain) (blame)
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