mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-19 22:11:57 +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() {
|
function _p9k_set_iface() {
|
||||||
if [[ ! -x /sbin/ifconfig ]]; then
|
_p9k_iface=()
|
||||||
_p9k_iface=()
|
[[ -x /sbin/ifconfig ]] || return
|
||||||
return
|
|
||||||
fi
|
|
||||||
local line
|
local line
|
||||||
local iface
|
local iface
|
||||||
for line in ${(f)"$(/sbin/ifconfig 2>/dev/null)"}; do
|
for line in ${(f)"$(/sbin/ifconfig 2>/dev/null)"}; do
|
||||||
|
|
Loading…
Reference in a new issue