home · contact · privacy
Fix wrong filename.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 3 May 2015 02:26:12 +0000 (04:26 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 3 May 2015 02:26:12 +0000 (04:26 +0200)
dotfiles_root/.bashrc [deleted file]
dotfiles_root/bashrc [new file with mode: 0644]

diff --git a/dotfiles_root/.bashrc b/dotfiles_root/.bashrc
deleted file mode 100644 (file)
index 27d5103..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# plomlompom's bashrc for non-login shells (root)
-
-# Environment variables.
-export EDITOR=nano
-
-# Fancy colors for ls.
-alias ls="ls --color=auto"
-
-# Red prompt with time.
-PS1="\[\e[1;31m\][\\t \\u@\\h \\w]$\[\e[m\] "
-PS2="\[\e[1;31m\]>\[\e[m\] "
-PS3="\[\e[1;31m\]>\[\e[m\] "
-PS4="\[\e[1;31m\]+\[\e[m\] "
diff --git a/dotfiles_root/bashrc b/dotfiles_root/bashrc
new file mode 100644 (file)
index 0000000..27d5103
--- /dev/null
@@ -0,0 +1,13 @@
+# plomlompom's bashrc for non-login shells (root)
+
+# Environment variables.
+export EDITOR=nano
+
+# Fancy colors for ls.
+alias ls="ls --color=auto"
+
+# Red prompt with time.
+PS1="\[\e[1;31m\][\\t \\u@\\h \\w]$\[\e[m\] "
+PS2="\[\e[1;31m\]>\[\e[m\] "
+PS3="\[\e[1;31m\]>\[\e[m\] "
+PS4="\[\e[1;31m\]+\[\e[m\] "