mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Specify command rm
to bypass any aliases
This commit is contained in:
parent
e413af55bb
commit
972bb3be6a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue