From c4fde5aba2342a6c694b768b65ac47d66b8e2f04 Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 2 Apr 2026 22:32:48 +0100 Subject: [PATCH] Removed rofi from .profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 5f94ab0..279669f 100644 --- a/.profile +++ b/.profile @@ -22,6 +22,6 @@ if [ -n "$BASH_VERSION" ]; then if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi -rofi.terminal: /usr/bin/tmux +#rofi.terminal: /usr/bin/tmux export PATH="$PATH:$HOME/opt/esp/xtensa-lx106-elf/bin" export IDF_PATH="/opt/esp/ESP8266_RTOS_SDK"