Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f1f12d2
)
Added editor and pager alias to open your $EDITOR or $PAGER, respectively.
author
Mark Szymanski
<mrman208@me.com>
Thu, 21 Oct 2010 21:18:05 +0000
(16:18 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Thu, 21 Oct 2010 21:18:05 +0000
(16:18 -0500)
aliases/general.aliases.bash
patch
|
blob
|
history
diff --git
a/aliases/general.aliases.bash
b/aliases/general.aliases.bash
index
d9041eb
..
1d43d45
100644
(file)
--- a/
aliases/general.aliases.bash
+++ b/
aliases/general.aliases.bash
@@
-10,6
+10,9
@@
alias l='ls -a'
alias c='clear'
alias k='clear'
+alias editor="$EDITOR"
+alias pager="$PAGER"
+
alias q="exit"
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/