diff options
author | self <self@sateoki.xyz> | 2022-06-12 10:00:45 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-06-12 10:00:45 +0100 |
commit | e22bf9ba044e1372d8cc0748c8cb04de96572eb7 (patch) | |
tree | 7d79d41d93e462f8e33919bcbc4ee10faf5af3c6 /zsh/.zshrc | |
parent | 2248779e0a7df30ce95fd79173de8022e3a3aff3 (diff) |
Fixed wget and actually made it an alias
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ autoload -U promptinit && promptinit alias feh="feh --no-fehbg" alias newsboat="newsboat -u ~/.config/newsboat/urls" alias gpg2="gpg2 --homedir $XDG_DATA_HOME/gnupg" -wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" +alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' # TODO: add all XDG directories in the right places, and then run the commands # as per the SO post: https://stackoverflow.com/questions/26198926/why-does-lesshst-keep-showing-up-in-my # to get rid of .lesshst file and where man creates it as well |