aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-04-28 08:41:32 -0400
committertdro <tdro@users.noreply.github.com>2021-04-28 08:41:32 -0400
commit2a47718c3c8db1e36cbda2b641eb50cdc2d01be6 (patch)
treed802dafb58c99225c85c1444cde884fc725d0875 /.bashrc
parent955b5ec3657cf5c7f92b85671134a207f3995ebb (diff)
downloaddotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.tar.gz
dotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.tar.bz2
dotfiles-2a47718c3c8db1e36cbda2b641eb50cdc2d01be6.zip
.local/bin: Add wget wrapper, remove alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
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")"; }