From 50ddde808b53e7f844de1e90884b1cfcc2d89927 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 22:54:21 -0400 Subject: [PATCH] ash: continue to make aliases more portable --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2