Skip to content

Commit

Permalink
Add missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
dritter committed Feb 3, 2019
1 parent d83aacf commit 0207182
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debug/font-issues.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0207182

Please sign in to comment.