dotfiles/run_as_sudo.sh
2022-12-17 12:49:30 -05:00

17 lines
307 B
Bash

rm ../../.bash* /root/.bash*
ln ./.bash* /root
ln ./.bash* ../../
rm /root/.bashrc
cp .bashrc /root
export TERM=xterm-color
cat << EOF >> /root/.bashrc
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
EOF
. /root/.bashrc
ln ./nanorc /etc/nanorc