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