mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
Create "User Contributions" doc and make some assoctiated changes.
This commit is contained in:
parent
88b886e603
commit
dc1f7c5a34
15 changed files with 862 additions and 138 deletions
|
@ -76,7 +76,7 @@ Options:
|
|||
|
||||
Use prompt -h <theme> for help on specific themes.'
|
||||
|
||||
getopts "chlps" opt
|
||||
getopts "chlps:" opt
|
||||
case "$opt" in
|
||||
(h|p)
|
||||
setopt localtraps
|
||||
|
@ -136,7 +136,8 @@ Use prompt -h <theme> for help on specific themes.'
|
|||
print " autoload -U promptinit"
|
||||
print " promptinit"
|
||||
print " prompt $*[2,-1]"
|
||||
;;
|
||||
shift
|
||||
;&
|
||||
*) if [[ "$1" == 'random' ]]; then
|
||||
local random_themes
|
||||
if (( $#* == 1 )); then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue