From 139a497071d6309003fec4e6cd0bd5a2c46a2c8f Mon Sep 17 00:00:00 2001 From: techn0m4g3 Date: Wed, 30 Jan 2019 15:18:25 +0100 Subject: [PATCH] tweaking --- iso/installer/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 52f6e2fd..bad7527b 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -743,8 +743,14 @@ sed -i 's#After=.*#After=systemd-tmpfiles-setup.service console-screen.service k # Let's enable a color prompt and add /opt/tpot/bin to path myROOTPROMPT='PS1="\[\033[38;5;8m\][\[$(tput sgr0)\]\[\033[38;5;1m\]\u\[$(tput sgr0)\]\[\033[38;5;6m\]@\[$(tput sgr0)\]\[\033[38;5;4m\]\h\[$(tput sgr0)\]\[\033[38;5;6m\]:\[$(tput sgr0)\]\[\033[38;5;5m\]\w\[$(tput sgr0)\]\[\033[38;5;8m\]]\[$(tput sgr0)\]\[\033[38;5;1m\]\\$\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"' myUSERPROMPT='PS1="\[\033[38;5;8m\][\[$(tput sgr0)\]\[\033[38;5;2m\]\u\[$(tput sgr0)\]\[\033[38;5;6m\]@\[$(tput sgr0)\]\[\033[38;5;4m\]\h\[$(tput sgr0)\]\[\033[38;5;6m\]:\[$(tput sgr0)\]\[\033[38;5;5m\]\w\[$(tput sgr0)\]\[\033[38;5;8m\]]\[$(tput sgr0)\]\[\033[38;5;2m\]\\$\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"' +myROOTCOLORS="export LS_OPTIONS='--color=auto' +eval \"\`dircolors\`\" +alias ls='ls \$LS_OPTIONS' +alias ll='ls \$LS_OPTIONS -l' +alias l='ls \$LS_OPTIONS -lA'" tee -a /root/.bashrc 2>&1>/dev/null <