Bash: mkd -> md.
This commit is contained in:
parent
1ece0b4789
commit
02574be937
@ -1,5 +1,5 @@
|
||||
# Create a new directory and enter it
|
||||
function mkd() {
|
||||
function md() {
|
||||
mkdir -p "$@" && cd "$@"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user