mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
First ROS plugin commit
Add masters URI registration and setting. Add ROS IP definition through network interfaces registration and sorting. Add ROS distribution switching and automatic sourcing. Add catkin workspace registration and automatic sourcing Add ROS status prompt function showing current master and his status.
This commit is contained in:
parent
f94d4e6a40
commit
4dac7a23b8
2 changed files with 374 additions and 0 deletions
5
plugins/ros/ros.cache.default
Normal file
5
plugins/ros/ros.cache.default
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
master_ip_default = localhost
|
||||
master_ip = localhost
|
||||
ros_distro_default =
|
||||
ros_interface =
|
||||
ros_workspace =
|
||||
Loading…
Add table
Add a link
Reference in a new issue