1
0
Fork 0

Bugfix mcd

This commit is contained in:
Starbeamrainbowlabs 2016-04-12 08:12:30 +01:00
parent aec125f0a2
commit b13a7f219b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ alias less='less -R'
alias cls='printf "\033c"'
# allow us to create a directory and immediately move into it
function mcd { mkdir -pv "$1" && cd "1";}
function mcd { mkdir -pv "$1" && cd "$1";}
# hr
alias hrh='hr - - = - -'