diff --git a/aliases.fish b/aliases.fish index 561f4cc..a98a403 100644 --- a/aliases.fish +++ b/aliases.fish @@ -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" diff --git a/config.fish b/config.fish index c42decc..a6ab98e 100644 --- a/config.fish +++ b/config.fish @@ -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.."