From 26e36b6a26542a99d66da717d97b636d82ee7861 Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 1 Mar 2017 11:23:45 +0100 Subject: [PATCH] removed the legacy eix alias --- dotfiles/system/etc/zsh/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index 9b63cd7..e13505b 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -23,7 +23,6 @@ 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"