From 6c8b99d37537ae54a5e21d0d9f0a6ff6b2761248 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 22 Dec 2024 23:50:04 +0100 Subject: [PATCH] Remove nix profile from path --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index cbfedb2..236ceb4 100644 --- a/.bashrc +++ b/.bashrc @@ -53,11 +53,6 @@ export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share # }}} -# Nix package manager {{{ -# Add ~/.nix-profile/bin to PATH -export PATH=~/.nix-profile/bin:$PATH -# }}} - # FZF {{{ # Check if fzf is installed if [ -f "/usr/bin/fzf" ]; then