dotfiles/environment.d/environment.conf
Frederik Hanghøj Iversen 0c1530fd48 Lots of changes here
Move environment variables to a seperate location.

Systemd now takes care of starting emacs and acpid.

Changes to Emacs setup:

  * Flycheck is started for all programming modes
  * played around with gnus and mu4e (config files for mu not
    source-controlled yet)
2019-02-20 22:51:47 +01:00

16 lines
478 B
Plaintext

XDG_CONFIG_HOME="$HOME/.config"
XDG_CACHE_HOME="$HOME/.cache"
XDG_DATA_HOME="$HOME/.local/share"
LESSKEY="$XDG_CONFIG_HOME/less/lesskey"
LESSHISTFILE="$XDG_CACHE_HOME/less/history"
CARGO_HOME="$XDG_DATA_HOME/cargo"
DUC_DATABASE="$XDG_DATA_HOME/duc/db"
ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
NODE_REPL_HISTORY="$XDG_DATA_HOME/node/repl-history"
PAGER="less -FX"
MANWIDTH=80
EDITOR="emacsclient -c -a ''"
HISTFILE="$XDG_DATA_HOME/zsh/history"
HISTSIZE=100000
SAVEHIST=100000