mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Collapse/Uncollapse all function
This commit is contained in:
parent
0c92b97f24
commit
fa6e3f5702
1 changed files with 11 additions and 0 deletions
|
|
@ -183,3 +183,14 @@ uncollapse_wd () {
|
||||||
POWERLINE_CURRENT_PATH='$(_wd)'
|
POWERLINE_CURRENT_PATH='$(_wd)'
|
||||||
update_prompt
|
update_prompt
|
||||||
}
|
}
|
||||||
|
uncollapse_all(){
|
||||||
|
uncollapse_git
|
||||||
|
uncollapse_wd
|
||||||
|
update_prompt
|
||||||
|
}
|
||||||
|
|
||||||
|
collapse_all(){
|
||||||
|
collapse_git
|
||||||
|
collapse_wd
|
||||||
|
update_prompt
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue