Update functions.zsh
This commit is contained in:
parent
5030805970
commit
b47baa2803
|
@ -12,7 +12,7 @@ doasedit() {
|
||||||
local STATUS=$?
|
local STATUS=$?
|
||||||
doas -L
|
doas -L
|
||||||
|
|
||||||
[[ $STATUS -eq 0 ]] || return 1
|
return $STATUS
|
||||||
}
|
}
|
||||||
|
|
||||||
get_ip() {
|
get_ip() {
|
||||||
|
|
Loading…
Reference in a new issue