summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-02 15:33:54 -0700
committerBen Sima <ben@bsima.me>2018-07-05 14:57:02 -0700
commitfe499b717657fabf595f6e30d641e01ca38349ed (patch)
tree65411005264d429c5365d835a00096155bb35246 /home.nix
parentf41646f7ec4bf28e2bcbe19bb9b92637055cbc9d (diff)
Ensure ~/bin is the first thing on PATH
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index b5b4e2e..ecc5464 100644
--- a/home.nix
+++ b/home.nix
@@ -9,7 +9,7 @@ in
sessionVariables = {
EDITOR = "vim";
LANG = "en_US.UTF-8";
- PATH = "~/.cabal/bin:~/.local/bin:$PATH";
+ PATH = "~/bin:~/.cabal/bin:~/.local/bin:$PATH";
};
file = {
mutt = {