Modified todo alias. Make the todo file into a symlink file that points

to the actual todo file, in whatever format you want it to be now.
This commit is contained in:
PowerUser64 2021-09-15 02:07:28 -07:00
parent c04891dd67
commit a4d31650c5

2
.zshrc
View file

@ -87,7 +87,7 @@
alias \
nvc="(cd ~/.config/nvim && nvim)" \
zshrc="$EDITOR ~/.zshrc" \
todo="$EDITOR ~/todo.md" \
todo="$EDITOR ~/todo" \
fstab="sudo $EDITOR /etc/fstab" \
# Git cLONE