Merge pull request #27 from RealBarrettBrown/specify-command-rm

Specify `command rm` to bypass any aliases
pull/35/head
Roman Perepelitsa 6 years ago committed by GitHub
commit 6fa4b1c56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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