diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 5545f00..0000000 --- a/.bash_profile +++ /dev/null @@ -1,5 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/.bashrc b/.bashrc index 26e53a4..31e5817 100644 --- a/.bashrc +++ b/.bashrc @@ -113,3 +113,5 @@ fi if [ -f ~/.bash-fzfrc ] ; then . ~/.bash-fzfrc fi +PS1='\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' +PS1='\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' diff --git a/run_as_sudo.sh b/run_as_sudo.sh index 35f539f..c25a1cf 100644 --- a/run_as_sudo.sh +++ b/run_as_sudo.sh @@ -1,4 +1,7 @@ -cp ./.bash* /root +rm ../../.bash* /root/.bash* + +ln ./.bash* /root +ln ./.bash* ../../ export TERM=xterm-color cat << EOF >> /root/.bashrc