Added TODO list
This commit is contained in:
parent
56c6155640
commit
fdc4d9ccae
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue