From 2a17672f872875537cd6cc25c1e4448b57768e03 Mon Sep 17 00:00:00 2001 From: bt3 Date: Thu, 8 Oct 2015 08:37:00 -0700 Subject: [PATCH] Delete bashrch_root --- configs/bashrch_root | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 configs/bashrch_root diff --git a/configs/bashrch_root b/configs/bashrch_root deleted file mode 100644 index c85c893..0000000 --- a/configs/bashrch_root +++ /dev/null @@ -1,45 +0,0 @@ -############################################################ -# byt3gl's root .bashrc (partially modified for publishing) -############################################################ -# -## -# 1) .bashrc is the *non-login* config for bash, run in scripts and after -# first connection. -# -# 2) .bash_profile is the *login* config for bash, launched upon first -# connection (in Ubuntu) -# -# 3) .bash_profile imports .bashrc in our script, but not vice versa. -# -# 4) .bashrc imports .bashrc_custom in our script, which can be used to -# override variables specified here. -# - - - -###################################################### -# GLOBAL DEFINITIONS -###################################################### -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - - - - -###################################################### -# ALIASES -###################################################### - -alias rm='rm -i' -alias cp='cp -i' -alias mv='mv -i' - - -###################################################### -# PRETTY STUFF -###################################################### - -# SET TO RED -PS1='\[\e[1;31m\]\A \H> \u \w:\[\e[m\]\[\e[1;38m\] ' \ No newline at end of file