diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-10 15:42:55 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-10 15:42:55 +0100 |
commit | babd636d09f47abd000165149113cde09d213aaf (patch) | |
tree | 2bacf3cb4c01a9d350a47765a7eb67bd11d5f9c4 /.config/shell | |
parent | 957659b0995de116fe66c9ff2df16992c50ae8a5 (diff) |
Updates
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/variables | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/shell/variables b/.config/shell/variables index d518849..edca7d3 100644 --- a/.config/shell/variables +++ b/.config/shell/variables @@ -22,6 +22,11 @@ export GNUPGHOME="$XDG_DATA_HOME/gnupg" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" +# Haskell cabal +export CABAL_CONFIG="$XDG_CONFIG_HOME/cabal/config" +export CABAL_DIR="$XDG_DATA_HOME/cabal" +export CABAL_BUILDDIR="$XDG_CACHE_HOME/cabal" + # Switch layout export ALT_KB_LAYOUT="se" |