dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 4642c4d258c1e6f1717cbfa259ff6a86c54ec50d
parent ecbae264755259743fc6e501600e7c1ea60f35d8
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sun, 31 Dec 2017 13:34:19 -0500

Launch w3m with bookmarks page if no other targets are passed

Diffstat:
Mlinks/.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -223,6 +223,7 @@ _has exa && alias ls='exa --git' alias youtube-dl='youtube-dl --format mp4' alias html="ansifilter -H -f" alias copyhtml="html | pbcopy" +alias w3m="w3m -B" # enable color support of ls and also add handy aliases if [[ "$ARCH" != 'Darwin' ]]; then