diff options
-rw-r--r-- | home/john/.shrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/john/.shrc b/home/john/.shrc index 74a6744..296fbd2 100644 --- a/home/john/.shrc +++ b/home/john/.shrc @@ -11,8 +11,13 @@ case "$-" in *i*) export MANPATH=/usr/pkg/heirloom-doctools/man:$_MANPATH export GIT_EDITOR='vi +:"so /usr/local/share/git.exrc"' + c="*.[ch]" + p="*.p[lm]" + cc="$c */$c" + pp="$p */$p" alias ack='ack --noheading --nocolor' + alias grep='grep -n' alias info='info --vi-keys' alias ls='ls -p' alias mail='PAGER=more mail' |