Put haskell-stack root directory in XDG_DATA_HOME
This commit is contained in:
parent
cd76ada62a
commit
15c3ef3a45
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ newbins+=(~/.go/bin)
|
|||
|
||||
# haskell
|
||||
newbins+=(~/.cabal/bin ~/Library/Haskell/bin)
|
||||
export STACK_ROOT=$XDG_DATA_HOME/stack
|
||||
|
||||
# ooc
|
||||
if (( $+commands[rock] )); then
|
||||
|
|
Loading…
Reference in a new issue