aboutsummaryrefslogblamecommitdiffstats
path: root/fish/functions/bud.fish
blob: 13f67a91b3238522200696370107e6f90a90ef51 (plain) (tree)
1
2
3
4



                                                                                        
function bud --wraps='cd ~/Budget/hledger' --description 'alias bud cd ~/Budget/hledger'
  cd ~/Budget/hledger $argv
        
end