From afbda09a5f80ed5b769b50a089bee753e279bdca Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Mon, 1 Nov 2010 17:03:10 -0500 Subject: [PATCH] Changed names of pager and editor aliases to page and edit, respectively. --- aliases/general.aliases.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aliases/general.aliases.bash b/aliases/general.aliases.bash index 201a419..1cb470f 100644 --- a/aliases/general.aliases.bash +++ b/aliases/general.aliases.bash @@ -16,8 +16,8 @@ fi alias c='clear' alias k='clear' -alias editor="$EDITOR" -alias pager="$PAGER" +alias edit="$EDITOR" +alias page="$PAGER" alias q="exit" -- 2.17.1