Skip to content

Commit

Permalink
[sorin-ionescu#145] Complete directories for the mkdcd utility
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 committed May 5, 2012
1 parent d334c5e commit 11aae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utility/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ alias pmine='ps -U "$USER" -o pid,%cpu,%mem,command'
function mkdcd {
[[ -n "$1" ]] && builtin mkdir -p "$1" && builtin cd "$1"
}
compdef _mkdir mkdcd 2> /dev/null
compdef '_path_files -/' mkdcd 2> /dev/null

# Changes to a directory and lists its contents.
function cdll {
Expand Down

0 comments on commit 11aae9f

Please sign in to comment.