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:
parent
c04891dd67
commit
a4d31650c5
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue