diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-20 21:25:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-20 21:25:56 +0000 |
commit | abfbd57c0aeadcaa2dc4e454aba451f3027c66e2 (patch) | |
tree | 7e5545bd28faa04f3ebbdf43d48fe20d3cce1fa2 /app-shells/zsh/files | |
parent | Pull old version. It was the only stable on amd64, but amd64 doesn't support ... (diff) | |
download | gentoo-2-abfbd57c0aeadcaa2dc4e454aba451f3027c66e2.tar.gz gentoo-2-abfbd57c0aeadcaa2dc4e454aba451f3027c66e2.tar.bz2 gentoo-2-abfbd57c0aeadcaa2dc4e454aba451f3027c66e2.zip |
Version bumped.
Diffstat (limited to 'app-shells/zsh/files')
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.2.0 | 2 | ||||
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.2.0_pre4 | 2 | ||||
-rw-r--r-- | app-shells/zsh/files/prompt_gentoo_setup | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/zsh/files/digest-zsh-4.2.0 b/app-shells/zsh/files/digest-zsh-4.2.0 new file mode 100644 index 000000000000..7161590156e5 --- /dev/null +++ b/app-shells/zsh/files/digest-zsh-4.2.0 @@ -0,0 +1,2 @@ +MD5 866bcdad8c0c4974650f5eff395a9a35 zsh-4.2.0.tar.bz2 1990884 +MD5 14aa2d8d9e6f546593fd42f45dfee669 zsh-4.2.0-doc.tar.bz2 1695230 diff --git a/app-shells/zsh/files/digest-zsh-4.2.0_pre4 b/app-shells/zsh/files/digest-zsh-4.2.0_pre4 deleted file mode 100644 index c85cd8352c6d..000000000000 --- a/app-shells/zsh/files/digest-zsh-4.2.0_pre4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8a7d84440a3516e8b47eb6af69cc7d61 zsh-4.2.0-pre-4.tar.bz2 1987963 -MD5 9654783291596a37d667bd55a51f6c65 zsh-4.2.0-pre-4-doc.tar.bz2 1694578 diff --git a/app-shells/zsh/files/prompt_gentoo_setup b/app-shells/zsh/files/prompt_gentoo_setup index ba5a69e27145..ea5d59b7576a 100644 --- a/app-shells/zsh/files/prompt_gentoo_setup +++ b/app-shells/zsh/files/prompt_gentoo_setup @@ -43,8 +43,8 @@ prompt_gentoo_precmd () { # space_left=$(( $COLUMNS - $#base_prompt_expanded_no_color - 2 )) # path_prompt="%{$fg_bold[$prompt_adam1_color3]%}%${space_left}<...<%~$prompt_newline%{$fg_bold_white%}" # fi - path_prompt="%{$fg_bold[$prompt_gentoo_prompt]%}%1/" - PS1="$base_prompt$path_prompt %(0#.#.$) $post_prompt" + path_prompt="%{$fg_bold[$prompt_gentoo_prompt]%}%1~" + PS1="$base_prompt$path_prompt %# $post_prompt" PS2="$base_prompt$path_prompt %_> $post_prompt" PS3="$base_prompt$path_prompt ?# $post_prompt" } |