Fixed problem that could have occured in the mkdcd command
with directories containing spaces
This commit is contained in:
@@ -28,8 +28,8 @@ alias rd=rmdir
|
||||
alias d='dirs -v'
|
||||
|
||||
function mkcd(){
|
||||
mkdir $*
|
||||
cd $*
|
||||
mkdir -p "$*"
|
||||
cd "$*"
|
||||
}
|
||||
|
||||
function aliases-help() {
|
||||
|
||||
Reference in New Issue
Block a user