Y
Hacker News
new
|
ask
|
show
|
jobs
by
nas
4521 days ago
How about not using system administrator privilege to edit a TODO list? Good grief. If you want a simple text file, add "cat $HOME/TODO.txt" to your login profile script and then "etodos () { $EDITOR $HOME/TODO.txt; }"