Speed up the ros2 stuff

This commit is contained in:
2025-02-11 03:29:15 -08:00
parent b85772067d
commit 4348e98b97
2 changed files with 17 additions and 3 deletions

View File

@ -260,7 +260,7 @@ source "${ZSH_CONFIG_DIR}/emacs-bookmark.zsh"
# Ros2 instll on arch
if [[ -d /opt/ros/humble/ ]]; then
ZSH_ROS2_ROOT=/opt/ros/humble/
# ZSH_ROS2_ROOT=/opt/ros/humble/
source "${ZSH_CONFIG_DIR}/lazy-ros2.zsh"
fi