home · contact · privacy
Differentiate server and thinkpad shell prompt colors.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 10 Oct 2015 01:52:18 +0000 (03:52 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 10 Oct 2015 01:52:18 +0000 (03:52 +0200)
dotfiles_user_minimal/bashrc [deleted file]
dotfiles_user_server/bashrc [new file with mode: 0644]
dotfiles_user_thinkpad/bashrc [new file with mode: 0644]

diff --git a/dotfiles_user_minimal/bashrc b/dotfiles_user_minimal/bashrc
deleted file mode 100644 (file)
index 2f21e27..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# plomlompom's bashrc for non-login shells
-
-# Fancy colors for ls.
-alias ls="ls --color=auto"
-
-# Blue prompt with time.
-PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] "
-PS2="\[\e[1;34m\]>\[\e[m\] "
-PS3="\[\e[1;34m\]>\[\e[m\] "
-PS4="\[\e[1;34m\]+\[\e[m\] "
diff --git a/dotfiles_user_server/bashrc b/dotfiles_user_server/bashrc
new file mode 100644 (file)
index 0000000..2f21e27
--- /dev/null
@@ -0,0 +1,10 @@
+# plomlompom's bashrc for non-login shells
+
+# Fancy colors for ls.
+alias ls="ls --color=auto"
+
+# Blue prompt with time.
+PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] "
+PS2="\[\e[1;34m\]>\[\e[m\] "
+PS3="\[\e[1;34m\]>\[\e[m\] "
+PS4="\[\e[1;34m\]+\[\e[m\] "
diff --git a/dotfiles_user_thinkpad/bashrc b/dotfiles_user_thinkpad/bashrc
new file mode 100644 (file)
index 0000000..06df74f
--- /dev/null
@@ -0,0 +1,10 @@
+# plomlompom's bashrc for non-login shells
+
+# Fancy colors for ls.
+alias ls="ls --color=auto"
+
+# Blue prompt with time.
+PS1="\[\e[1;32m\][\\t \\u@\\h \\w]$\[\e[m\] "
+PS2="\[\e[1;32m\]>\[\e[m\] "
+PS3="\[\e[1;32m\]>\[\e[m\] "
+PS4="\[\e[1;32m\]+\[\e[m\] "