diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-29 11:40:03 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-29 11:40:03 -0500 |
| commit | ab7303e1d893f33e09dbc8493f9a9179a7a40a4a (patch) | |
| tree | aaa279dd2282ef48f4f684768ccb422e0dab30fe /bash | |
| parent | e2a70a92822b22633562e9695c300efec2b5cbeb (diff) | |
updates
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/dot-profile | 2 |
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 |
