Remove nix profile from path
parent
1cdd9ecb81
commit
6c8b99d375
5
.bashrc
5
.bashrc
|
@ -53,11 +53,6 @@ export XDG_CONFIG_HOME=$HOME/.config
|
||||||
export XDG_DATA_HOME=$HOME/.local/share
|
export XDG_DATA_HOME=$HOME/.local/share
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Nix package manager {{{
|
|
||||||
# Add ~/.nix-profile/bin to PATH
|
|
||||||
export PATH=~/.nix-profile/bin:$PATH
|
|
||||||
# }}}
|
|
||||||
|
|
||||||
# FZF {{{
|
# FZF {{{
|
||||||
# Check if fzf is installed
|
# Check if fzf is installed
|
||||||
if [ -f "/usr/bin/fzf" ]; then
|
if [ -f "/usr/bin/fzf" ]; then
|
||||||
|
|
Loading…
Reference in New Issue