4 lines
101 B
Bash
4 lines
101 B
Bash
|
# Changing/making/removing directory
|
||
|
setopt auto_name_dirs
|
||
|
setopt auto_pushd
|
||
|
setopt pushd_ignore_dups
|