addet telnet alias for starwars and some minor changes

This commit is contained in:
pika 2024-06-10 15:46:33 +02:00
parent 9cebfe766f
commit a4af14e765
2 changed files with 5 additions and 1 deletions

View file

@ -55,6 +55,10 @@ end
# ─< weather >────────────────────────────────────────────────────────────────────────────── # ─< weather >──────────────────────────────────────────────────────────────────────────────
alias www="curl wttr.in/Ulm" alias www="curl wttr.in/Ulm"
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
if command -v telnet >/dev/null 2>&1
alias starwars="telnet -a telehack.com"
end
# ─< rsync >──────────────────────────────────────────────────────────────────────────────── # ─< rsync >────────────────────────────────────────────────────────────────────────────────
if command -v rsync >/dev/null 2>&1 if command -v rsync >/dev/null 2>&1
alias cp="rsync -avP" alias cp="rsync -avP"

View file

@ -14,7 +14,7 @@ if test -d $HOME/.config/fish/init/
source $HOME/.config/fish/init/setup.fish source $HOME/.config/fish/init/setup.fish
# ────────────────────────────────────< setup some stuff >──────────────────────────────────── # ────────────────────────────────────< setup some stuff >────────────────────────────────────
upin upin
dep_fisher # dep_fisher
# check_fishr # check_fishr
else else
notify-send "no fish config.." notify-send "no fish config.."