From 986c1715b1586653c7d81df5512bfe6ab922f1fb Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Thu, 24 Aug 2017 16:46:59 -0500 Subject: Changed the alias for removing packages in .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 349c73a..4b18cd9 100644 --- a/.zshrc +++ b/.zshrc @@ -34,7 +34,7 @@ bindkey -M vicmd 'j' history-substring-search-down alias ls="ls --color=auto" alias pacin="pacaur -S" -alias pacr="pacaur -Rs" +alias pacr="pacaur -Rns" alias pacup="pacaur -Syu" alias pacsearch="pacaur -Ss" -- cgit v1.2.3