Fixed issue #11

This commit is contained in:
Michael Anckaert 2018-05-08 14:50:35 +02:00
parent 63ed4c4886
commit 95c51a49ca

@ -24,7 +24,7 @@
# mcd: Makes new Dir and jumps inside
# --------------------------------------------------------------------
mcd () { builtin mkdir -p -- "$*" ; builtin cd -- "$*" ; }
mcd () { mkdir -p -- "$*" ; builtin cd -- "$*" ; }
# mans: Search manpage given in agument '1' for term given in argument '2' (case insensitive)
# displays paginated result with colored search terms and two lines surrounding each hit.