mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
no need for a semicolon and a space at the end of that line...
This commit is contained in:
parent
ede0c271ed
commit
6278d435ef
1 changed files with 2 additions and 2 deletions
|
|
@ -40,5 +40,5 @@ alias d='dirs -v'
|
|||
|
||||
# mkdir & cd to it
|
||||
function mcd() {
|
||||
mkdir -p "$1" && cd "$1";
|
||||
}
|
||||
mkdir -p "$1" && cd "$1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue