summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-05 22:43:41 -0700
committerBen Sima <ben@bsima.me>2019-07-05 22:43:41 -0700
commit8ed0b3e51b2510e77988e568cb37838ce933dda6 (patch)
tree9d5473fde08e1287607738811596a9c4e43f1a7b
parentf13f085c2ad8d18334853ece7dc2ae6fd9274d47 (diff)
remove .cabal/bin from PATH
-rw-r--r--common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.nix b/common.nix
index f18a229..8429b87 100644
--- a/common.nix
+++ b/common.nix
@@ -14,8 +14,7 @@ in
EDITOR = "emacsclient";
LANG = locale;
LANGUAGE = locale;
- #LC_ALL = locale;
- PATH = "${homedir}/bin:${homedir}/.cabal/bin:${homedir}/.local/bin:$PATH";
+ PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH";
PAGER = "less";
LEDGER_FILE = "${homedir}/.hledger.journal";
XTERM_LOCALE = locale;