/etc/skel/.bashrc: astra is annoying
This commit is contained in:
parent
230a86a2d5
commit
88894c8679
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@ case $- in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Shell customization
|
# Shell customization
|
||||||
[[ -z $ZIO_SHELL_CARET ]] && ZIO_SHELL_CARET="➜ "
|
if [[ -z $ZIO_SHELL_CARET ]]; then
|
||||||
|
if [[ $SUDO_USER == "astra" ]] || [[ $USER == "astra" ]]; then
|
||||||
|
ZIO_SHELL_CARET="$"
|
||||||
|
else
|
||||||
|
ZIO_SHELL_CARET="➜ "
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# Bash options
|
# Bash options
|
||||||
HISTCONTROL=ignoreboth
|
HISTCONTROL=ignoreboth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue