diff --git a/add b/add index a9f0572..d88b41c 100755 --- a/add +++ b/add @@ -6,6 +6,8 @@ if [[ -e $1 ]]; then target="10_$target" elif [[ $target == "venv_prompt.sh" ]]; then target="20_$target" + elif [[ $target == "todo.sh" ]]; then + target="90_$target" else target="50_$target" fi diff --git a/available/todo.sh b/available/todo.sh new file mode 100644 index 0000000..5321809 --- /dev/null +++ b/available/todo.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# +if [ -r ~/todo.txt ]; then + cat ~/todo.txt +fi