(Even) more ros2 stuff

This commit is contained in:
Alexander Rosenberg 2025-02-17 00:50:44 -08:00
parent c3a8204ad2
commit 7c85a1d3ee
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -282,8 +282,7 @@ fi
[ -f /usr/bin/pacman ] && source "${ZSH_CONFIG_DIR}/arch.zsh"
# Ros2 instll on arch
if [[ -d /opt/ros/humble/ ]]; then
ZSH_ROS2_ROOT=/opt/ros/humble/
if [[ -v ZSH_ROS2_ROOT ]]; then
source "${ZSH_CONFIG_DIR}/lazy-ros2.zsh"
fi