From fa712562fa7b23544593675b4e36ef1983850d0a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 10 Oct 2015 03:52:18 +0200
Subject: [PATCH] Differentiate server and thinkpad shell prompt colors.

---
 {dotfiles_user_minimal => dotfiles_user_server}/bashrc |  0
 dotfiles_user_thinkpad/bashrc                          | 10 ++++++++++
 2 files changed, 10 insertions(+)
 rename {dotfiles_user_minimal => dotfiles_user_server}/bashrc (100%)
 create mode 100644 dotfiles_user_thinkpad/bashrc

diff --git a/dotfiles_user_minimal/bashrc b/dotfiles_user_server/bashrc
similarity index 100%
rename from dotfiles_user_minimal/bashrc
rename to dotfiles_user_server/bashrc
diff --git a/dotfiles_user_thinkpad/bashrc b/dotfiles_user_thinkpad/bashrc
new file mode 100644
index 0000000..06df74f
--- /dev/null
+++ b/dotfiles_user_thinkpad/bashrc
@@ -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\] "
-- 
2.30.2