From 7d18792cc98a7623f54d77958dab3f2374a27b8e Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Mon, 2 Sep 2024 14:23:05 +0200 Subject: [PATCH] Remove ROS stuff --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 9e93f52..b97567b 100644 --- a/.zshrc +++ b/.zshrc @@ -49,9 +49,3 @@ export CXX=clang++ source ~/.aliases [[ -e ~/.zshrc-local ]] && source ~/.zshrc-local -############################################################ -# ROS # -############################################################ - -# shellcheck disable=SC2016 -export ROSCONSOLE_FORMAT='[${severity}] [${node}] [${time}]: ${message}'