commit | afbda09a5f80ed5b769b50a089bee753e279bdca | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周一 11月 01 17:03:10 2010 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周一 11月 01 17:03:10 2010 -0500 |
tree | e13ada4c1dd89ef53caf3c7638abf4e085f7d694 | |
parent | a1b611f7f3fc11b61e138b4ce53d532477d77593 [diff] |
Changed names of pager and editor aliases to page and edit, respectively.
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 @@ alias c='clear' alias k='clear' -alias editor="$EDITOR" -alias pager="$PAGER" +alias edit="$EDITOR" +alias page="$PAGER" alias q="exit"