mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +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>
|
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,
|
* 16257: Completion/Debian/Command/.distfiles,
|
||||||
Completion/Debian/Command/_dput: completion for
|
Completion/Debian/Command/_dput: completion for
|
||||||
dput as contributed by Tollef Fog Heen <tollef@add.no>.
|
dput as contributed by Tollef Fog Heen <tollef@add.no>.
|
||||||
|
|
|
@ -67,7 +67,7 @@ prompt_clint_apm_precmd () {
|
||||||
local bat
|
local bat
|
||||||
|
|
||||||
bat=${${="$(</proc/apm)"}[7]/%/%%}
|
bat=${${="$(</proc/apm)"}[7]/%/%%}
|
||||||
[[ $bat == ("100%"|"-1%") ]] && psvar[3]=() || psvar[2]=$bat
|
[[ $bat == ("100%"|"-1%") ]] && psvar[2]=() || psvar[2]=$bat
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt_clint_setup "$@"
|
prompt_clint_setup "$@"
|
||||||
|
|
Loading…
Reference in a new issue