dotfiles/zsh/config

15 lines
532 B
Plaintext
Raw Permalink Normal View History

2019-02-16 19:06:45 +00:00
# Begin compinstall
2018-08-23 19:41:28 +00:00
zstyle :compinstall filename '/home/fredefox/.zshrc'
2019-02-20 22:40:23 +00:00
autoload -Uz compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
2019-02-16 19:06:45 +00:00
# End compinstall
2018-08-23 19:41:28 +00:00
setopt appendhistory extendedglob
unsetopt autocd beep
bindkey -e
2019-02-02 12:27:42 +00:00
# export PATH="$HOME/.local/bin:$PATH"
2018-08-23 19:41:28 +00:00
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"'