From a5adb850f3d10d6634ced24ad584b18edc5c4460 Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 22 Feb 2017 10:59:36 +0100 Subject: [PATCH] added a legacy eix alias --- dotfiles/system/etc/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index a2795b6..1d3d05c 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -25,6 +25,7 @@ alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis - alias units="units -v" alias usystemctl="systemctl --user" 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 alias screen="screen -U"