ソースを参照

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

読み込み中…
キャンセル
保存