mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
Updated README.md, ZSTYLES.md
This commit is contained in:
parent
1a27047b5d
commit
961386ff9d
|
|
@ -18,7 +18,7 @@ zstyle ":plugin:zconvey" greeting "logo" # Display logo at Zsh start
|
|||
zstyle ":plugin:zconvey" ask "0" # zc won't ask for missing data ("1" has the same effect as always using -a option)
|
||||
zstyle ":plugin:zconvey" ls_after_rename "0" # Don't execute zc-ls after doing rename (with zc-rename or zc-take)
|
||||
zstyle ":plugin:zconvey" use_zsystem_flock "1" # Should use faster zsystem's flock when it's possible?
|
||||
# (default true on Zsh >= 5.3)
|
||||
# (default true on Zsh >= 5.3, will revert to mixed zsystem/flock on older Zshells)
|
||||
zstyle ":plugin:zconvey" output_method "feeder" # To put commands on command line, Zconvey can use small program "feeder". Or "zsh"
|
||||
# method, which currently doesn't automatically run the command – to use when e.g.
|
||||
# feeder doesn't build (unlikely) or when occurring any problems with it
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ zstyle ":plugin:zconvey" greeting "logo" # Display logo at Zsh start
|
|||
zstyle ":plugin:zconvey" ask "0" # zc won't ask for missing data ("1" has the same effect as always using -a option)
|
||||
zstyle ":plugin:zconvey" ls_after_rename "0" # Don't execute zc-ls after doing rename (with zc-rename or zc-take)
|
||||
zstyle ":plugin:zconvey" use_zsystem_flock "1" # Should use faster zsystem's flock when it's possible?
|
||||
# (default true on Zsh >= 5.3)
|
||||
# (default true on Zsh >= 5.3, will revert to mixed zsystem/flock on older Zshells)
|
||||
zstyle ":plugin:zconvey" output_method "feeder" # To put commands on command line, Zconvey can use small program "feeder". Or "zsh"
|
||||
# method, which currently doesn't automatically run the command – to use when e.g.
|
||||
# feeder doesn't build (unlikely) or when occurring any problems with it
|
||||
|
|
|
|||
Loading…
Reference in a new issue