]> git.wh0rd.org - home.git/commitdiff
better elinks
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Jun 2014 04:29:34 +0000 (00:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Jun 2014 04:29:34 +0000 (00:29 -0400)
.profile.d/aliases.sh

index 8e9a7f58948a92dd24efe60cbcd8677e672de472..8d410b1d062b9eb002998ee5006040f14ae42ed6 100644 (file)
@@ -13,8 +13,8 @@ alias nohist='export HISTFILE=/dev/null'
 alias kpdf='okular'
 alias ipython='ipython --no-banner --no-confirm-exit --pdb --nosep --PromptManager.in_template=">>> " --PromptManager.out_template="" --PromptManager.justify=False'
 if command -v elinks >/dev/null ; then
-       alias links='elinks'
-       alias lynx='elinks'
+       alias links='elinks -default-mime-type text/html'
+       alias lynx=links
 elif command -v lynx >/dev/null ; then
        alias lynx='lynx -nopause -accept_all_cookies -use_mouse'
 fi