From 839f4a7b83f253f2990170e825dbae48828ec997 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Mon, 13 Jan 2014 15:15:08 +0530 Subject: [PATCH] Fix setting the 'pac' alias --- modules/pacman/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pacman/init.zsh b/modules/pacman/init.zsh index 8b9a4330..f42e0330 100644 --- a/modules/pacman/init.zsh +++ b/modules/pacman/init.zsh @@ -36,7 +36,7 @@ fi # # Pacman. -alias pac= "${_pacman_frontend}" +alias pac="${_pacman_frontend}" # Installs packages from repositories. alias paci="${_pacman_sudo}${_pacman_frontend} --sync"