Auto symlinks
This commit is contained in:
parent
86b1719602
commit
a860bf883e
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
||||||
#
|
|
||||||
# ~/.bash_profile
|
|
||||||
#
|
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
2
.bashrc
2
.bashrc
|
@ -113,3 +113,5 @@ fi
|
||||||
if [ -f ~/.bash-fzfrc ] ; then
|
if [ -f ~/.bash-fzfrc ] ; then
|
||||||
. ~/.bash-fzfrc
|
. ~/.bash-fzfrc
|
||||||
fi
|
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\]$ '
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
cp ./.bash* /root
|
rm ../../.bash* /root/.bash*
|
||||||
|
|
||||||
|
ln ./.bash* /root
|
||||||
|
ln ./.bash* ../../
|
||||||
export TERM=xterm-color
|
export TERM=xterm-color
|
||||||
|
|
||||||
cat << EOF >> /root/.bashrc
|
cat << EOF >> /root/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue