From 2a993c2ceb08a1a426780b6599433fc2f832ec0c Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Mar 2026 09:43:32 +0000 Subject: [PATCH] Remove failing line --- .config/shell/profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/shell/profile b/.config/shell/profile index 7e4f729..01212d3 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -176,8 +176,6 @@ export NVM_DIR="$HOME/.config/nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -source "$HOME/.local/share/../bin/env" - env_file="$HOME/.config/shell/.env" if [ -f "$env_file" ]; then set -a