prezto/modules/directory
Indrajit Raychaudhuri 1ff9421f7b general: Update documentation better qualifying runcom paths
Zsh and Prezto files don't always reside in `~/`. Instead, they have
a more spec compliant location (`${ZDOTDIR:-$HOME}/`). Make them
unambiguous in the documentation. Likewise, for `$GNUPGHOME`.

Further, add instruction for optionally setting up Prezto in
`$XDG_CONFIG_HOME`.

While at this, also add clarification on relative ordering of some of
the modules, apply more formatting tweaks and doc improvements.
2021-05-21 12:31:02 -05:00
..
README.md general: Update documentation better qualifying runcom paths 2021-05-21 12:31:02 -05:00
init.zsh Don't set auto_name_dirs because it messes up prompts 2018-01-16 02:47:03 -08:00

README.md

Directory

Sets directory options and defines directory aliases.

Options

  • AUTO_CD auto changes to a directory without typing cd.
  • AUTO_PUSHD pushes the old directory onto the stack on cd.
  • PUSHD_IGNORE_DUPS does not store duplicates in the stack.
  • PUSHD_SILENT does not print the directory stack after pushd or popd.
  • PUSHD_TO_HOME pushes to the home directory when no argument is given.
  • CDABLE_VARS changes directory to a path stored in a variable.
  • MULTIOS writes to multiple descriptors.
  • EXTENDED_GLOB uses extended globbing syntax.
  • CLOBBER does not overwrite existing files with > and >>. Use >! and >>! to bypass.

Aliases

  • d prints the contents of the directory stack.
  • 1 ... 9 changes the directory to the n previous one.

Authors

The authors of this module should be contacted via the issue tracker.