fish: add aliases for editing notes
This commit is contained in:
parent
5344e2998d
commit
3b9953f2dc
@ -25,3 +25,9 @@ function pyenv; source ~/dox/proj/ref/venv/bin/activate.fish; end
|
|||||||
|
|
||||||
# bootleg meme feed
|
# bootleg meme feed
|
||||||
function arf; cd ~/med/memes/arf; mpv --no-resume-playback (ls | shuf); end
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user