make the todo call in cd() a hook added conditionally.
This way no error is thrown, when the todo program is missing.
This commit is contained in:
parent
346f509784
commit
9e8334698c
2 changed files with 1 additions and 3 deletions
|
@ -50,11 +50,8 @@ cd(){
|
|||
if [ -e ".zin" ]; then
|
||||
. ".zin"
|
||||
fi
|
||||
todo
|
||||
}
|
||||
|
||||
|
||||
|
||||
#}}}
|
||||
|
||||
#################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue