aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/john/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/john/.shrc b/home/john/.shrc
index b15dfc2..4d5fced 100644
--- a/home/john/.shrc
+++ b/home/john/.shrc
@@ -10,6 +10,7 @@ case "$-" in *i*)
alias ack='ack --noheading'
alias info='info --vi-keys'
alias ls='ls -p'
+ alias m='less -XF'
n() {
f=`mktemp`
noice -p "$@" >$f && cd "$(cat $f)"