ソースを参照

Updated bashrc diff file

Alois Mahdal 11 年 前
コミット
94bf26a0b6
共有1 個のファイルを変更した6 個の追加2 個の削除を含む
  1. 6
    2
      dotfiles/bash/setup/bashrc.diff

+ 6
- 2
dotfiles/bash/setup/bashrc.diff ファイルの表示

@@ -1,10 +1,14 @@
1 1
 --- /etc/skel/.bashrc	2012-07-13 01:31:07.000000000 +0200
2
-+++ /home/lennycz/.bashrc	2013-03-16 17:32:21.658612859 +0100
3
-@@ -108,3 +108,15 @@
2
++++ .bashrc	2013-04-13 15:48:06.950935705 +0200
3
+@@ -108,3 +108,19 @@
4 4
      . /etc/bash_completion
5 5
    fi
6 6
  fi
7 7
 +
8
++if [ -x "${HOME}/.bash/global-before.bashrc" ]; then
9
++    source "${HOME}/.bash/global-before.bashrc";
10
++fi
11
++
8 12
 +if [ -x "${HOME}/.bash/user/$(whoami).bashrc" ]; then
9 13
 +    source "${HOME}/.bash/user/$(whoami).bashrc";
10 14
 +fi