mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
List registered workspace instead of sourced workspace
Both list can defer due to workspace overlaying.
This commit is contained in:
parent
3cfdcd9345
commit
838c5b66d4
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ rosworkspace() {
|
|||
case "$1" in
|
||||
list)
|
||||
[ $# -ne 1 ] && >&2 echo "Usage : $0 list" && return 1
|
||||
_omz_ros_workspace_get_list | sed 's/[[:space:]]\+/\n/g' | nl
|
||||
echo "$ros_workspaces" | sed 's/[[:space:]]\+/\n/g' | nl
|
||||
;;
|
||||
|
||||
add)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue