# Begin compinstall zstyle :compinstall filename '/home/fredefox/.zshrc' autoload -Uz 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"'