addet telnet alias for starwars and some minor changes
This commit is contained in:
parent
9cebfe766f
commit
a4af14e765
2 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,10 @@ end
|
|||
# ─< weather >──────────────────────────────────────────────────────────────────────────────
|
||||
alias www="curl wttr.in/Ulm"
|
||||
|
||||
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
|
||||
if command -v telnet >/dev/null 2>&1
|
||||
alias starwars="telnet -a telehack.com"
|
||||
end
|
||||
# ─< rsync >────────────────────────────────────────────────────────────────────────────────
|
||||
if command -v rsync >/dev/null 2>&1
|
||||
alias cp="rsync -avP"
|
||||
|
|
|
@ -14,7 +14,7 @@ if test -d $HOME/.config/fish/init/
|
|||
source $HOME/.config/fish/init/setup.fish
|
||||
# ────────────────────────────────────< setup some stuff >────────────────────────────────────
|
||||
upin
|
||||
dep_fisher
|
||||
# dep_fisher
|
||||
# check_fishr
|
||||
else
|
||||
notify-send "no fish config.."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue