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
7c9ce37408
commit
6f2a76ffdf
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -87,7 +87,7 @@
|
||||||
alias \
|
alias \
|
||||||
nvc="(cd ~/.config/nvim && nvim)" \
|
nvc="(cd ~/.config/nvim && nvim)" \
|
||||||
zshrc="$EDITOR ~/.zshrc" \
|
zshrc="$EDITOR ~/.zshrc" \
|
||||||
todo="$EDITOR ~/todo.md" \
|
todo="$EDITOR ~/todo" \
|
||||||
fstab="sudo $EDITOR /etc/fstab" \
|
fstab="sudo $EDITOR /etc/fstab" \
|
||||||
|
|
||||||
# Git cLONE
|
# Git cLONE
|
||||||
|
|
Loading…
Add table
Reference in a new issue