addet linutil alias
This commit is contained in:
parent
5d5faff131
commit
d2ccb46987
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -209,6 +209,9 @@ _cli_qol_() {
|
||||||
alias grep="grep --color=always"
|
alias grep="grep --color=always"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ─< linutil >────────────────────────────────────────────────────────────────────────────
|
||||||
|
alias linutil="curl -fsSL https://christitus.com/linux | sh"
|
||||||
|
|
||||||
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
|
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
|
||||||
if command_exists telnet; then
|
if command_exists telnet; then
|
||||||
alias starwars="telnet -a telehack.com"
|
alias starwars="telnet -a telehack.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue