aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-04-02 03:03:00 -0400
committertdro <tdro@users.noreply.github.com>2021-04-02 03:03:00 -0400
commitbf4b42b121fa2eefce37f21a7426ef5213600c07 (patch)
tree23694c5c3d55ec3152bfbc675d6832a17d97782c
parent98203ff438bfbdf59c1314efa027d9fc6e3e2dea (diff)
downloaddotfiles-bf4b42b121fa2eefce37f21a7426ef5213600c07.tar.gz
dotfiles-bf4b42b121fa2eefce37f21a7426ef5213600c07.tar.bz2
dotfiles-bf4b42b121fa2eefce37f21a7426ef5213600c07.zip
.config: Add lynx
-rw-r--r--.bashrc3
-rw-r--r--.config/lynx/lynx.cfg1
2 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 48657fd..19526ca 100644
--- a/.bashrc
+++ b/.bashrc
@@ -91,6 +91,7 @@ alias ls='ls -hN --color=always --group-directories-first'
alias lsblk='lsblk -o NAME,MAJ:MIN,RM,SIZE,FSTYPE,RO,TYPE,MOUNTPOINT,MODEL'
alias lxc-attach='lxc-attach --clear-env -n'
alias lxc-ls='lxc-ls -f'
+alias lynx='lynx -cfg ~/.config/lynx/lynx.cfg'
alias mocp='mocp -M $XDG_CONFIG_HOME/moc'
alias newsboat='newsboat -c $XDG_CONFIG_HOME/newsboat/cache.db -u $XDG_CONFIG_HOME/newsboat/urls -C $XDG_CONFIG_HOME/newsboat/config'
alias nix-index='nix-index --db $XDG_DATA_HOME/nix-index'
@@ -99,8 +100,8 @@ alias rangerinf='while true; do ranger; done'
alias rofi='rofi -cache-dir $XDG_DATA_HOME'
alias sh='dash'
alias tidy='tidy -config $HOME/.config/tidy.conf'
-alias wget='wget --hsts-file $HOME/.cache/wget.history'
alias units='units --history "$XDG_CACHE_HOME"/units_history'
+alias wget='wget --hsts-file $HOME/.cache/wget.history'
# nix helpers
nix-which() { readlink "$(type -P "$1")"; }
diff --git a/.config/lynx/lynx.cfg b/.config/lynx/lynx.cfg
new file mode 100644
index 0000000..2f034e6
--- /dev/null
+++ b/.config/lynx/lynx.cfg
@@ -0,0 +1 @@
+VI_KEYS_ALWAYS_ON:ON