mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-01 11:37:29 -05:00
5 lines
274 B
Fish
5 lines
274 B
Fish
|
# Defined in /tmp/fish.R8Qy48/mkcd.fish @ line 2
|
||
|
function mkcd --wraps='mkdir "$argv[1]"; and cd "$argv[1]"' --wraps='mkdir "$argv[1]"; and echo cd "$argv[1]"' --description 'alias mkcd mkdir "$argv[1]"; and echo cd "$argv[1]"'
|
||
|
mkdir -p "$argv[1]"; and cd "$argv[1]"
|
||
|
end
|