1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

unposted: typo fix

This commit is contained in:
Clint Adams 2001-11-15 19:41:52 +00:00
parent 38e45bc725
commit 34eb20dac6
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-11-15 Clint Adams <clint@zsh.org>
* unposted: Functions/Prompts/prompt_clint_setup:
typo that I didn't notice for four months.
* 16257: Completion/Debian/Command/.distfiles,
Completion/Debian/Command/_dput: completion for
dput as contributed by Tollef Fog Heen <tollef@add.no>.

View File

@ -67,7 +67,7 @@ prompt_clint_apm_precmd () {
local bat
bat=${${="$(</proc/apm)"}[7]/%/%%}
[[ $bat == ("100%"|"-1%") ]] && psvar[3]=() || psvar[2]=$bat
[[ $bat == ("100%"|"-1%") ]] && psvar[2]=() || psvar[2]=$bat
}
prompt_clint_setup "$@"