mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: add lynx alias
This commit is contained in:
parent
6616e39f91
commit
7c86d889ec
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue