aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-05 23:33:39 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-05 23:33:39 +0200
commit2fc8d93ef509f583f6977588c7b3fb2cf8ebd332 (patch)
tree086220f9fadb46bcaea62167733687e9f154fac0 /bashrc
parent5193d42151091b2d15b28f1095a5ee19589bc312 (diff)
downloadmyconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.tar.gz
myconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.tar.bz2
myconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.zip
Drop annoyme from shell and some other small changes
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 14ded1a..f36391e 100644
--- a/bashrc
+++ b/bashrc
@@ -22,10 +22,7 @@ PS1='$(
if [ `id -u` -eq "0" ]; then
echo -n "\[\e[1;31m\]\u@\h:\[\e[1;34m\]\W\[\e[1;31m\]\$\[\e[0m\] "
else
- if ls ~/.annoyme/*.pid 2>/dev/null >/dev/null; then
- ANNOYME_PS="\[\e[1;31m\]!\[\e[0m\]"
- fi
- echo -n "$ANNOYME_PS\[\e[1;32m\]\u@\h:\[\e[1;34m\]\W\[\e[1;32m\]\$\[\e[0m\] "
+ echo -n "\[\e[1;32m\]\u@\h:\[\e[1;34m\]\W\[\e[1;32m\]\$\[\e[0m\] "
fi)'
PROMPT_COMMAND='