chore(scripts): mkd -> x-mkd

This commit is contained in:
2023-11-13 09:28:15 +02:00
parent 4699233d46
commit b7c9d4851a
2 changed files with 4 additions and 6 deletions

View File

@@ -50,12 +50,6 @@ function path_prepend
x-path-prepend "$1"
}
# Create a new directory and enter it
mkd()
{
mkdir -p "$@" && cd "$@" || exit
}
# Run command silently
# Usage: silent uptime
silent()