mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
missing a carriage return after function declaration
This commit is contained in:
parent
915c88a73e
commit
7f2d8f61c7
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ alias d='dirs -v'
|
||||||
# mkdir & cd to it
|
# mkdir & cd to it
|
||||||
function mcd() {
|
function mcd() {
|
||||||
mkdir -p "$1" && cd "$1";
|
mkdir -p "$1" && cd "$1";
|
||||||
}alias d='dirs -v'
|
}
|
||||||
|
|
||||||
|
alias d='dirs -v'
|
||||||
|
|
||||||
# List direcory contents
|
# List direcory contents
|
||||||
alias l1='tree --dirsfirst -ChFL 1'
|
alias l1='tree --dirsfirst -ChFL 1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue