Browse Source

Update bashum setup and init scripts with new directory name

Alois Mahdal 2 years ago
parent
commit
69ef003392
2 changed files with 8 additions and 8 deletions
  1. 6
    6
      dotfiles/bashum/head.bashrc
  2. 2
    2
      dotfiles/bashum/setup

+ 6
- 6
dotfiles/bashum/head.bashrc View File

@@ -6,12 +6,12 @@ BASHUM_TASK_CTX=false
6 6
 BASHUM_BMO_NAG=false
7 7
 
8 8
 for include in \
9
-  "${HOME}/.bash/colors.bashrc" \
10
-  "${HOME}/.bash/defaults.bashrc" \
11
-  "${HOME}/.bash/main.bashrc" \
12
-  "${HOME}/.bash/user/$USER.bashrc" \
13
-  "${HOME}/.bash/host/$(hostname -s).bashrc" \
14
-  "${HOME}/.bash/post.bashrc";
9
+  "${HOME}/.bashum/colors.bashrc" \
10
+  "${HOME}/.bashum/defaults.bashrc" \
11
+  "${HOME}/.bashum/main.bashrc" \
12
+  "${HOME}/.bashum/user/$USER.bashrc" \
13
+  "${HOME}/.bashum/host/$(hostname -s).bashrc" \
14
+  "${HOME}/.bashum/post.bashrc";
15 15
 do
16 16
   test -f "$include" && . "$include";
17 17
 done

+ 2
- 2
dotfiles/bashum/setup View File

@@ -12,6 +12,6 @@ then
12 12
 else
13 13
     put ''
14 14
     put '# added by https://gitea.vornet.cz/netvor/mydots'
15
-    put 'test -f "${HOME}/.bash/head.bashrc" \'
16
-    put ' && . "${HOME}/.bash/head.bashrc"'
15
+    put 'test -f "${HOME}/.bashum/head.bashrc" \'
16
+    put ' && . "${HOME}/.bashum/head.bashrc"'
17 17
 fi