5 lines
102 B
Bash
5 lines
102 B
Bash
# Changing/making/removing directory
|
|
setopt auto_name_dirs
|
|
setopt auto_pushd
|
|
setopt pushd_ignore_dups
|