mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-04-14 00:58:36 +02:00
Add missing function
This commit is contained in:
parent
d83aacfb3f
commit
0207182eb9
@ -16,6 +16,12 @@ trim() {
|
||||
set +f
|
||||
}
|
||||
|
||||
trim_quotes() {
|
||||
trim_output="${1//\'}"
|
||||
trim_output="${trim_output//\"}"
|
||||
printf "%s" "$trim_output"
|
||||
}
|
||||
|
||||
get_ppid() {
|
||||
# Get parent process ID of PID.
|
||||
case "$os" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user