script execution order adapted
This commit is contained in:
parent
1c0c86698f
commit
89a19e4211
6
add
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user