Add mg shell command

Creates a new directory and goes there
This commit is contained in:
Talia 2021-04-14 15:33:11 +02:00
parent 411ce6513f
commit a036ae3740
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@ alias u='unicode'
alias hlcat='highlight -O xterm256'
alias please='sudo'
alias ofw='on_file_write'
mg() {
mkdir -p "$@"
source cd-improved "$1"
}