From fe499b717657fabf595f6e30d641e01ca38349ed Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Jul 2018 15:33:54 -0700 Subject: Ensure ~/bin is the first thing on PATH --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.nix') 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 = { -- cgit v1.2.3