summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/bud.fish
blob: 28c2f3119e587fc315397fcbbed45ccf4afb33ff (plain) (blame)
1
2
3
4
function bud --wraps='cd ~/Budget/hledger' --description 'alias bud=cd ~/Budget/hledger'
  cd ~/Budget/hledger $argv
        
end