Browse code

bash_profile (wf-server) - v0.0 - Add welcome msg

Fred authored on27/05/2012 13:07:34
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+# Author: Frédéric CHEVALIER
2
+# Created in: 2012-05-27
3
+# Modified in:
4
+
5
+
6
+
7
+# Initialization of the .bashrc
8
+if [ -e $HOME/.bashrc ]; then
9
+   source "$HOME/.bashrc"        # variant: . "$HOME/.bashrc"
10
+fi
11
+
12
+
13
+# Welcome mesage
14
+echo -e
15
+cat .welcome.msg
16
+
17
+echo -e "\033[33m$(df -h | grep -e home -e media | awk '{print $6 " " $5}'| column -t)\033[00m \n"