mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
style(juju)!: don't show storage status in wjst
for consistency (#10426)
BREAKING CHANGE: `wjst` will no longer show storage in the status output. This is done for consistency with the `jst` and `jsts` aliases.
This commit is contained in:
parent
cdd2d6efc6
commit
564a60608c
1 changed files with 1 additions and 1 deletions
|
@ -164,6 +164,6 @@ jreld() {
|
|||
wjst() {
|
||||
local interval="${1:-5}"
|
||||
shift $(( $# > 0 ))
|
||||
watch -n "$interval" --color juju status --relations --storage --color "$@"
|
||||
watch -n "$interval" --color juju status --relations --color "$@"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue