From: Armaan Bhojwani Date: Mon, 17 May 2021 02:54:21 +0000 (-0400) Subject: ash: continue to make aliases more portable X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=50ddde808b53e7f844de1e90884b1cfcc2d89927 ash: continue to make aliases more portable --- diff --git a/config.org b/config.org index b27a044..d9a2abf 100644 --- a/config.org +++ b/config.org @@ -845,7 +845,7 @@ No more clogging up init.el. finger() { user=$(echo "$1" | cut -f 1 -d '@') host=$(echo "$1" | cut -f 2 -d '@') - echo $user | nc "$host" 79 -N + echo $user | nc "$host" 79 } #+end_src **** Upload to ftp.armaanb.net @@ -912,7 +912,6 @@ No more clogging up init.el. alias ln='ln -v' alias grep='grep -in --color=auto' alias mkdir='mkdir -pv' - alias wget='wget -e robots=off' alias lanex='java -jar ~/.local/share/lxc/lanxchange.jar' alias vim=$EDITOR alias emacs=$EDITOR