1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

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

Specify `command rm` to bypass any aliases
This commit is contained in:
Roman Perepelitsa 2019-03-15 21:15:50 +01:00 committed by GitHub
commit 6fa4b1c56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {