dotfiles/run_as_sudo.sh

13 lines
271 B
Bash
Raw Normal View History

2022-12-17 12:37:42 -05:00
rm ../../.bash* /root/.bash*
ln ./.bash* /root
ln ./.bash* ../../
2022-12-17 00:47:26 -05:00
export TERM=xterm-color
2022-12-17 01:22:43 -05:00
cat << EOF >> /root/.bashrc
2022-12-17 00:47:26 -05:00
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
2022-12-17 01:22:43 -05:00
EOF
. /root/.bashrc
2022-12-17 01:29:19 -05:00
cp ./nanorc /etc/nanorc