fish: add aliases for editing notes

This commit is contained in:
dogeystamp 2023-04-23 11:41:40 -04:00
parent 5344e2998d
commit 3b9953f2dc
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -25,3 +25,9 @@ function pyenv; source ~/dox/proj/ref/venv/bin/activate.fish; end
# bootleg meme feed
function arf; cd ~/med/memes/arf; mpv --no-resume-playback (ls | shuf); end
# aliases for logs and notes
function xx; $EDITOR ~/dox/not/xx.tsv; end
function dr; $EDITOR ~/dox/not/dr.txt; end
function bk; $EDITOR ~/dox/not/bk.txt; end
function rem; $EDITOR ~/dox/not/rem; end