From: Christian Heller Date: Sun, 3 May 2015 02:26:12 +0000 (+0200) Subject: Fix wrong filename. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=1be1d6616e1a1d8ec5c414621d277feb3b608a25;p=config Fix wrong filename. --- diff --git a/dotfiles_root/.bashrc b/dotfiles_root/.bashrc deleted file mode 100644 index 27d5103..0000000 --- a/dotfiles_root/.bashrc +++ /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 index 0000000..27d5103 --- /dev/null +++ b/dotfiles_root/bashrc @@ -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\] "