From 936e17a9d819a6f55bec09eafd1beec523dcaa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 23 Aug 2016 22:46:36 +0200 Subject: Add newmail-notify and some other small tweaks --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index bce7d89..bb02633 100644 --- a/bashrc +++ b/bashrc @@ -42,7 +42,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 + 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\] " -- cgit v1.2.3