mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
typo
This commit is contained in:
parent
ce532fea3e
commit
84a562eca6
1 changed files with 2 additions and 4 deletions
|
@ -3051,10 +3051,8 @@ _p9k_preexec() {
|
|||
}
|
||||
|
||||
function _p9k_set_iface() {
|
||||
if [[ ! -x /sbin/ifconfig ]]; then
|
||||
_p9k_iface=()
|
||||
return
|
||||
fi
|
||||
_p9k_iface=()
|
||||
[[ -x /sbin/ifconfig ]] || return
|
||||
local line
|
||||
local iface
|
||||
for line in ${(f)"$(/sbin/ifconfig 2>/dev/null)"}; do
|
||||
|
|
Loading…
Reference in a new issue