Auto symlinks

This commit is contained in:
matt1432 2022-12-17 12:37:42 -05:00
parent 86b1719602
commit a860bf883e
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +0,0 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

View file

@ -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\]$ '

View file

@ -1,4 +1,7 @@
cp ./.bash* /root
rm ../../.bash* /root/.bash*
ln ./.bash* /root
ln ./.bash* ../../
export TERM=xterm-color
cat << EOF >> /root/.bashrc