summaryrefslogtreecommitdiffstats
path: root/fish/functions/jtoday.fish
blob: f5a2f7a1ed837d463cae7382cc5109b8426d1c75 (plain) (blame)
1
2
3
function jtoday --wraps='vim ~/Notes/journal/$(date +%Y-%m-%d).md' --description 'alias jtoday=vim ~/Notes/journal/$(date +%Y-%m-%d).md'
  vim ~/Notes/journal/$(date +%Y-%m-%d).md $argv; 
end