You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
Directory
Sets directory options and defines directory aliases.
Options
AUTO_CD
, Auto cd to a directory without typingcd
.AUTO_PUSHD
, Push the old directory onto the stack oncd
.PUSHD_IGNORE_DUPS
, Don't store duplicates in the stack.PUSHD_SILENT
, Do not print the directory stack afterpushd
orpopd
.PUSHD_TO_HOME
, Push to home directory when no argument is given.CDABLE_VARS
, Change directory to a path stored in a variable.AUTO_NAME_DIRS
, Auto add variable-stored paths to~
list.MULTIOS
, Write to multiple descriptors.EXTENDED_GLOB
, Use extended globbing syntax.CLOBBER
, Don't overwrite existing files with>
and>>
. Use>!
and>>!
to bypass.
Aliases
d
, Print the contents of thedirectory
stack.1
to9
, Change directory to then
previous one.
Authors
The authors of this module should be contacted via the github bug tracker.