Explorar el Código

script execution order adapted

master
Dirk Alders hace 2 años
padre
commit
89a19e4211
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      add

+ 4
- 2
add Ver fichero

@@ -2,10 +2,12 @@
2 2
 #
3 3
 if [[ -e $1 ]]; then
4 4
   target=`basename $1`
5
-  if [[ $target == "root_prompt.sh" ]]; then
5
+  if [[ $target == "tmux_local.sh" ]]; then
6 6
     target="10_$target"
7
-  elif [[ $target == "venv_prompt.sh" ]]; then
7
+  elif [[ $target == "root_prompt.sh" ]]; then
8 8
     target="20_$target"
9
+  elif [[ $target == "venv_prompt.sh" ]]; then
10
+    target="30_$target"
9 11
   elif [[ $target == "todo.sh" ]]; then
10 12
     target="90_$target"
11 13
   else

Loading…
Cancelar
Guardar