mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: typo fix
This commit is contained in:
parent
38e45bc725
commit
34eb20dac6
2 changed files with 4 additions and 1 deletions
|
@ -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>.
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue