Browse Source

Use 'bashum' directory name for bash extensions

We already call it that way internally.
Alois Mahdal 2 years ago
parent
commit
b1ad0f7e7f

+ 1
- 0
dotfiles/bash View File

@@ -0,0 +1 @@
1
+bashum

dotfiles/bash/colors.bashrc → dotfiles/bashum/colors.bashrc View File


dotfiles/bash/defaults.bashrc → dotfiles/bashum/defaults.bashrc View File


dotfiles/bash/head.bashrc → dotfiles/bashum/head.bashrc View File


dotfiles/bash/host/README → dotfiles/bashum/host/README View File


+ 1
- 0
dotfiles/bashum/host/den.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../../vcs.rh/mydots/dotfiles/bash/host/den.bashrc

+ 1
- 0
dotfiles/bashum/host/kana.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../config/dotfiles/bash/host/kana.bashrc

+ 1
- 0
dotfiles/bashum/host/malinovka.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../config/dotfiles/bash/host/malinovka.bashrc

+ 8
- 0
dotfiles/bashum/host/malista.bashrc View File

@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+__bashum__mkps1host() {
4
+    echo "$BASHUM_PS_COLOR_MAGENTA\h$BASHUM_PS_COLOR_NORMAL";
5
+}
6
+
7
+export MDPUBLISH__MDBIN=markdown
8
+export SNAP_DST=/mnt/backups/moon/netvorovo/

+ 1
- 0
dotfiles/bashum/host/morel.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../config/dotfiles/bash/host/morel.bashrc

+ 1
- 0
dotfiles/bashum/host/singletop.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../../vcs.rh/mydots/dotfiles/bash/host/singletop.bashrc

+ 1
- 0
dotfiles/bashum/host/tamtam.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../config/dotfiles/bash/host/tamtam.bashrc

+ 1
- 0
dotfiles/bashum/host/tamten.bashrc View File

@@ -0,0 +1 @@
1
+../../../../../config/dotfiles/bash/host/tamten.bashrc

dotfiles/bash/main.bashrc → dotfiles/bashum/main.bashrc View File


dotfiles/bash/post.bashrc → dotfiles/bashum/post.bashrc View File


dotfiles/bash/setup → dotfiles/bashum/setup View File


dotfiles/bash/user/amahdal.bashrc → dotfiles/bashum/user/amahdal.bashrc View File