Преглед на файлове

script execution order adapted

master
Dirk Alders преди 2 години
родител
ревизия
89a19e4211
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4
    2
      add

+ 4
- 2
add Целия файл

@@ -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…
Отказ
Запис