diff --git a/add b/add index d88b41c..84dfe74 100755 --- a/add +++ b/add @@ -2,10 +2,12 @@ # if [[ -e $1 ]]; then target=`basename $1` - if [[ $target == "root_prompt.sh" ]]; then + if [[ $target == "tmux_local.sh" ]]; then target="10_$target" - elif [[ $target == "venv_prompt.sh" ]]; then + elif [[ $target == "root_prompt.sh" ]]; then target="20_$target" + elif [[ $target == "venv_prompt.sh" ]]; then + target="30_$target" elif [[ $target == "todo.sh" ]]; then target="90_$target" else