mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-11 11:15:13 -04:00
Delete bashrch_root
This commit is contained in:
parent
11763a1945
commit
2a17672f87
1 changed files with 0 additions and 45 deletions
|
@ -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\] '
|
Loading…
Add table
Add a link
Reference in a new issue