From e631cc2c622af601705d4ae796e88d556f53bc74 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Fri, 21 Dec 2018 22:33:38 +0100 Subject: [PATCH] zshrc: add csh --- etc/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1582d5c..e1c55ad 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -25,6 +25,7 @@ alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" alias pp=python2 alias ppp=python3 alias cs="cave search --index /var/db/paludis/search.idx" +alias csh="cave show -c" # apparently this is the only way of setting GNU Screen to UTF-8 alias screen="screen -U"