mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 22:30:13 +00:00
backups and fish functions
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
if test -n "$filename"
|
||||
vim "$NOTES_PATH/$filename.md"
|
||||
else
|
||||
set file (ls $NOTES_PATH | fzf)
|
||||
if [ $status -eq 0 ]
|
||||
vim "$NOTES_PATH/$file"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user