mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 12:19:08 +00:00
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.
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
424d4cb779
commit
1ff9421f7b
@@ -1,6 +1,6 @@
|
||||
# Modules
|
||||
|
||||
Load modules in *~/.zpreztorc*. The order matters.
|
||||
Load modules in _`${ZDOTDIR:-$HOME}/.zpreztorc`_. The order matters.
|
||||
|
||||
```sh
|
||||
zstyle ':prezto:load' pmodule 'environment' 'terminal'
|
||||
@@ -29,11 +29,11 @@ Sets directory options and defines directory aliases.
|
||||
|
||||
## DNF
|
||||
|
||||
Defines *dnf* aliases.
|
||||
Defines _dnf_ aliases.
|
||||
|
||||
## Dpkg
|
||||
|
||||
Defines *dpkg* aliases and functions.
|
||||
Defines _dpkg_ aliases and functions.
|
||||
|
||||
## Editor
|
||||
|
||||
|
Reference in New Issue
Block a user