diff options
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |