From 78ddcb316024e9f8b9b2a657878012c7d2bfbdd9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Jun 2014 00:29:34 -0400 Subject: [PATCH] better elinks --- .profile.d/aliases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index 8e9a7f5..8d410b1 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -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 -- 2.39.2