Specify `command rm` to bypass any aliases

pull/27/head
Barrett Brown 6 years ago
parent e413af55bb
commit 972bb3be6a
No known key found for this signature in database
GPG Key ID: E8521E262B7AC8C9

@ -2114,7 +2114,7 @@ _p9k_init_timer() {
_P9K_TIMER_FD2=0
unset -f _p9k_on_timer
fi
rm -f "$fifo1" "$fifo2"
command rm -f "$fifo1" "$fifo2"
}
_p9k_init() {

Loading…
Cancel
Save