From c070ccc15c1b62f53746ee5880aadf4300bbfbc6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 17 Dec 2017 23:45:38 -0500 Subject: [PATCH] Remove pacaur aliases from .zsh_aliases --- dotfiles/.zsh_aliases | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/.zsh_aliases b/dotfiles/.zsh_aliases index 5de2facf..9521482a 100644 --- a/dotfiles/.zsh_aliases +++ b/dotfiles/.zsh_aliases @@ -103,8 +103,6 @@ alias lfox="launch waterfox" # Launch waterfox separate from the terminal # Fun aliases that don't serve any specific purpose #################################################################### -alias yaourt="pacaur" # Why yaourt when you can pacaur? -alias yay="pacaur" # Using pacaur can be fun too alias emacs="vim" # No need to start another operating system alias nano="vim" # Why nano when you have vim? alias vi="vim" # Vim is vi improved, literally