mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-14 09:00:07 +00:00
Merge pull request #27 from RealBarrettBrown/specify-command-rm
Specify `command rm` to bypass any aliases
This commit is contained in:
commit
6fa4b1c56f
1 changed files with 1 additions and 1 deletions
|
@ -2114,7 +2114,7 @@ _p9k_init_timer() {
|
||||||
_P9K_TIMER_FD2=0
|
_P9K_TIMER_FD2=0
|
||||||
unset -f _p9k_on_timer
|
unset -f _p9k_on_timer
|
||||||
fi
|
fi
|
||||||
rm -f "$fifo1" "$fifo2"
|
command rm -f "$fifo1" "$fifo2"
|
||||||
}
|
}
|
||||||
|
|
||||||
_p9k_init() {
|
_p9k_init() {
|
||||||
|
|
Loading…
Reference in a new issue