Add mg shell command
Creates a new directory and goes there
This commit is contained in:
parent
411ce6513f
commit
a036ae3740
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue