some changes
This commit is contained in:
parent
78cd1d6422
commit
46730e5b51
1 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
@ -197,8 +197,7 @@ _alias(){
|
||||||
|
|
||||||
# ─< easier dir up >────────────────────────────────────────────────────────────────────────
|
# ─< easier dir up >────────────────────────────────────────────────────────────────────────
|
||||||
alias ..="cd .."
|
alias ..="cd .."
|
||||||
|
# ─< weather >──────────────────────────────────────────────────────────────────────────────
|
||||||
# ─< weather >──────────────────────────────────────────────────────────────────────────────
|
|
||||||
alias www="curl wttr.in/Ulm"
|
alias www="curl wttr.in/Ulm"
|
||||||
|
|
||||||
# ─< colored ip >───────────────────────────────────────────────────────────────────
|
# ─< colored ip >───────────────────────────────────────────────────────────────────
|
||||||
|
@ -620,8 +619,9 @@ main(){
|
||||||
_coding_
|
_coding_
|
||||||
_environment
|
_environment
|
||||||
}
|
}
|
||||||
|
|
||||||
if check_root; then
|
if check_root; then
|
||||||
main
|
main
|
||||||
error_log
|
|
||||||
fi
|
fi
|
||||||
|
error_log
|
||||||
# echo "$bat"
|
# echo "$bat"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue