Browse Source

Added TODO list

merge-requests/1/merge
lhark 9 years ago
parent
commit
fdc4d9ccae
  1. 2
      functions

2
functions

@ -158,6 +158,8 @@ space_sh_git_prompt () {
} }
prompt_msg () { prompt_msg () {
# TODO clean up /dev/shm when prompt_msg not in use
# TODO Use unique filename in case multiple people use the same prompt
line=$(tail -1 /dev/shm/prompt_msg) 2> /dev/null line=$(tail -1 /dev/shm/prompt_msg) 2> /dev/null
case $line in case $line in
update_rc) update_rc)

Loading…
Cancel
Save