home · contact · privacy
Differentiate server and thinkpad shell prompt colors.
[config] / dotfiles_user_server / bashrc
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\] "