diff options
author | Ben Sima <ben@bsima.me> | 2019-07-05 22:43:41 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-05 22:43:41 -0700 |
commit | 8ed0b3e51b2510e77988e568cb37838ce933dda6 (patch) | |
tree | 9d5473fde08e1287607738811596a9c4e43f1a7b | |
parent | f13f085c2ad8d18334853ece7dc2ae6fd9274d47 (diff) |
remove .cabal/bin from PATH
-rw-r--r-- | common.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |