home · contact · privacy
Separate dotfiles into those used on thinkpad and those used always.
[config] / dotfiles / bashrc
diff --git a/dotfiles/bashrc b/dotfiles/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\] "