1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Bugfix mcd

This commit is contained in:
Starbeamrainbowlabs 2016-04-12 08:12:30 +01:00
parent aec125f0a2
commit b13a7f219b

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 - - = - -'