]>
git.rmz.io Git - dotfiles.git/blob - zsh/lib/directories.zsh
6c743e40ec943bbe3f188e187752e584c3bfa2db
1 # Changing/making/removing directory
4 setopt pushd_ignore_dups
9 alias cd....
='cd ../../..'
10 alias cd.....
='cd ../../../..'
24 if [[ "x$*" == "x..." ]]; then
26 elif [[ "x$*" == "x...." ]]; then
28 elif [[ "x$*" == "x....." ]]; then
30 elif [[ "x$*" == "x......" ]]; then
39 alias d
='dirs -v | head -10'