diff options
-rw-r--r-- | misc/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/.bashrc b/misc/.bashrc index b00ceb7..5f8c3cf 100644 --- a/misc/.bashrc +++ b/misc/.bashrc @@ -123,6 +123,8 @@ alias ll='ls -l' alias updatedb='sudo updatedb' # wget it like it's curl alias wgets="wget -O- 2>/dev/null" +# get url behind one redirection +alias wgre="wget --spider --max-redirect=0" # this allows to open an url with tor-browser from within emacs, see # `my-browse-url-tor-browser' alias tor-browser="tor-browser --allow-remote" |