shell: remove CDPATH

This commit is contained in:
2025-10-17 09:44:29 +02:00
parent 19a7dd6dee
commit 11e8870aed

View File

@@ -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