zsh: add lynx alias

This commit is contained in:
He4eT 2024-06-07 03:01:22 +02:00
commit 7c86d889ec

View file

@ -46,6 +46,8 @@ source $ZSH/oh-my-zsh.sh
alias :q='exit' alias :q='exit'
alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"' alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"'
alias ncdu='ncdu --color off' alias ncdu='ncdu --color off'
alias lynx='WWW_HOME=https://duckduckgo.com \
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
## git ## git