mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Bugfix mcd
This commit is contained in:
parent
aec125f0a2
commit
b13a7f219b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ alias less='less -R'
|
||||||
alias cls='printf "\033c"'
|
alias cls='printf "\033c"'
|
||||||
|
|
||||||
# allow us to create a directory and immediately move into it
|
# 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
|
# hr
|
||||||
alias hrh='hr - - = - -'
|
alias hrh='hr - - = - -'
|
||||||
|
|
Loading…
Reference in a new issue