fixed linutil-dev alias
This commit is contained in:
parent
feae8fc82a
commit
31c621dd63
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -128,7 +128,7 @@ _alias(){
|
||||||
|
|
||||||
# ─< linutil >────────────────────────────────────────────────────────────────────────────
|
# ─< linutil >────────────────────────────────────────────────────────────────────────────
|
||||||
alias linutil="curl -fsSL https://christitus.com/linux | sh"
|
alias linutil="curl -fsSL https://christitus.com/linux | sh"
|
||||||
alias linutil-dev="curl -fsSL https://christitus.com/linuxdev | sh"
|
alias "linutil-dev"="curl -fsSL https://christitus.com/linuxdev | sh"
|
||||||
|
|
||||||
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
|
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
|
||||||
if command_exists telnet; then
|
if command_exists telnet; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue