aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/dot-profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/dot-profile b/bash/dot-profile
index 4faa2ee..4e9b17f 100644
--- a/bash/dot-profile
+++ b/bash/dot-profile
@@ -11,7 +11,7 @@ export XDG_DATA_HOME="$HOME"/.local/share
export XDG_STATE_HOME="$HOME"/.local/state
export XDG_BIN_HOME="$HOME"/.local/bin
-PATH="${PATH}:${XDG_BIN_HOME}"
+PATH="${PATH}:${XDG_BIN_HOME}:$HOME/.nix-profile/bin"
export PATH
export LESSHISTFILE="$XDG_CACHE_HOME"/lesshst