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 40ab096b4514963be61b5ff3b6bb76390652b4d0
parent 6f14aa84337d43cda52266e2a8118f1bbc69b16f
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 25 Dec 2017 16:47:43 -0500

Add ansifilter aliases

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

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