root
This commit is contained in:
parent
193f29dd58
commit
46f71c2ae6
4
.bashrc
4
.bashrc
@ -6,13 +6,13 @@ fi
|
||||
close_color='\[\e[m\]'
|
||||
prompt_color='\[\033[;32m\]'
|
||||
info_color='\[\033[1;34m\]'
|
||||
prompt_symbol=㉿
|
||||
prompt_symbol='㉿'
|
||||
end_symbol='$'
|
||||
|
||||
if [ "$EUID" -eq 0 ]; then # Change prompt colors for root user
|
||||
prompt_color='\[\033[;94m\]'
|
||||
info_color='\[\033[1;31m\]'
|
||||
prompt_symbol=💀
|
||||
prompt_symbol='💀'
|
||||
end_symbol='#'
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user