aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/notes.fish
blob: da0824cdc0dc56a57518ef93fa9274466c99ec2e (plain) (blame)
1
2
3
4
function notes --wraps='cd ~/Documents/Notes/' --description 'alias notes cd ~/Documents/Notes/'
  cd ~/Documents/Notes/ $argv
        
end