From 11e8870aed961f6057288471a6eede98da74e862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 17 Oct 2025 09:44:29 +0200 Subject: [PATCH] shell: remove CDPATH --- shell/.profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/.profile b/shell/.profile index bcdb218..a4f62ae 100644 --- a/shell/.profile +++ b/shell/.profile @@ -13,8 +13,6 @@ export LANG=pl_PL.UTF-8 export EDITOR=vis export VISUAL=vis -export CDPATH="$HOME:$HOME/src:$HOME/cloned:$HOME/dotfiles/vis/.config/vis/plugins" - # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists