Remove nix profile from path

master
Hektor Misplon 2024-12-22 23:50:04 +01:00
parent 1cdd9ecb81
commit 6c8b99d375
1 changed files with 0 additions and 5 deletions

View File

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