added alias cs (cave search with index)

This commit is contained in:
Martin Sekera 2018-12-08 23:29:12 +01:00
parent 38026cdc1a
commit 29cc9870bf

View file

@ -23,6 +23,7 @@ alias usystemctl="systemctl --user"
alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
alias pp=python2 alias pp=python2
alias ppp=python3 alias ppp=python3
alias cs="cave search --index /var/db/paludis/search.idx"
# apparently this is the only way of setting GNU Screen to UTF-8 # apparently this is the only way of setting GNU Screen to UTF-8
alias screen="screen -U" alias screen="screen -U"