added a legacy eix alias

This commit is contained in:
Martinez 2017-02-22 10:59:36 +01:00
parent 043f433455
commit a5adb850f3

View file

@ -25,6 +25,7 @@ alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis -
alias units="units -v" alias units="units -v"
alias usystemctl="systemctl --user" 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 eix="cave search --index /var/db/pkg/cave-search-index"
# 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"