[bump]
This commit is contained in:
parent
e3a1e6a73d
commit
8f8a1e8548
1 changed files with 5 additions and 0 deletions
|
@ -53,4 +53,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
check_ssh_add
|
check_ssh_add
|
||||||
|
|
||||||
export CHROME_EXECUTABLE='/Applications/Chromium.app/Contents/MacOS/Chromium'
|
export CHROME_EXECUTABLE='/Applications/Chromium.app/Contents/MacOS/Chromium'
|
||||||
|
|
||||||
|
pidof() {
|
||||||
|
local name=$1
|
||||||
|
ps -Ac -o pid,comm | awk "/^ *[0-9]+ ${name}$/ {print \$1}"
|
||||||
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue