From 2a47718c3c8db1e36cbda2b641eb50cdc2d01be6 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 28 Apr 2021 08:41:32 -0400 Subject: .local/bin: Add wget wrapper, remove alias --- .bashrc | 1 - 1 file changed, 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 624c3a6..6cb4535 100644 --- a/.bashrc +++ b/.bashrc @@ -101,7 +101,6 @@ alias rofi='rofi -cache-dir $XDG_DATA_HOME' alias sh='dash' alias tidy='tidy -config $HOME/.config/tidy.conf' alias units='units --history "$XDG_CACHE_HOME"/units_history' -alias wget='wget --hsts-file $HOME/.cache/wget.history' # nix helpers nix-which() { readlink "$(type -P "$1")"; } -- cgit v1.2.3