Updated README.md, ZSTYLES.md

This commit is contained in:
Sebastian Gniazdowski 2016-09-15 10:30:06 +02:00
parent 1a27047b5d
commit 961386ff9d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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