aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
Diffstat (limited to '_profile')
-rw-r--r--_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_profile b/_profile
index 806b7e2..237a91c 100644
--- a/_profile
+++ b/_profile
@@ -37,7 +37,7 @@ _exists() {
## Check whether the program is running
_running() {
- pgrep -x -u ${USER} $1 &> /dev/null
+ pgrep -x -u "${USER}" $1 &> /dev/null
}