Frederik Hanghøj Iversen
0c1530fd48
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)
16 lines
541 B
Plaintext
16 lines
541 B
Plaintext
# Begin compinstall
|
|
zstyle :compinstall filename '/home/fredefox/.zshrc'
|
|
autoload -Uz compinit
|
|
compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
|
|
# End compinstall
|
|
|
|
setopt appendhistory extendedglob
|
|
unsetopt autocd beep
|
|
bindkey -e
|
|
|
|
# export PATH="$HOME/.local/bin:$PATH"
|
|
alias sb="stack build"
|
|
alias gp="git add -p"
|
|
# source $HOME/.config/gf/config
|
|
alias ide='ghcid -c "stack ghci --test --ghci-options=-fno-break-on-exception --ghci-options=-fno-break-on-error --ghci-options=-v1 --ghci-options=-ferror-spans --ghci-options=-j"'
|