]>
git.rmz.io Git - dotfiles.git/blob - zsh/lib/directories.zsh
4d24fafedea240dbc16051773ca2827c9896d3e9
1 # Changing/making/removing directory
4 setopt pushd_ignore_dups
9 alias cd....
='cd ../../..'
10 alias cd.....
='cd ../../../..'
25 if [[ "x$*" == "x..." ]]; then
27 elif [[ "x$*" == "x...." ]]; then
29 elif [[ "x$*" == "x....." ]]; then
31 elif [[ "x$*" == "x......" ]]; then
40 alias d
='dirs -v | head -10'