Fix static analysis and lint errors
This commit is contained in:
parent
8494eda973
commit
d7e8831423
9 changed files with 116 additions and 117 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/zsh
|
||||
# mkdir & cd
|
||||
function mkcd {
|
||||
mkdir -p "$@" && cd "$_" || return
|
||||
function mkcd() {
|
||||
mkdir -p "$@" && cd "$_" || return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue