mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
This commit is contained in:
parent
1120f97305
commit
d693711f14
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ cd () {
|
|||
|
||||
alias md='mkdir -p'
|
||||
alias rd=rmdir
|
||||
alias d='dirs -v'
|
||||
alias d='dirs -v | head -10'
|
||||
|
||||
# mkdir & cd to it
|
||||
function mcd() {
|
||||
|
|
Loading…
Reference in a new issue