dotfiles/run_as_sudo.sh
2022-12-17 01:29:19 -05:00

10 lines
222 B
Bash

cp ./.bash* /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
cp ./nanorc /etc/nanorc