etc/zshrc

27 lines
626 B
Bash
Raw Normal View History

2011-07-28 22:13:48 +02:00
# Copyright (C) 2004-2011 Gabriel Ebner
2011-04-30 20:21:21 +02:00
. ~/.commonshrc
2015-05-21 11:09:42 +02:00
# nix
fpath+=(/run/current-system/sw/share/zsh/site-functions)
2014-10-01 20:29:09 +02:00
plugins=(git svn-fast-info mercurial cabal gem perl rails ruby)
2011-08-10 19:39:52 +02:00
setopt nocorrect_all
2014-06-02 10:24:31 +02:00
alias ll=ll # lojban lookup
alias gm=gm # graphicsmagick
2011-08-27 20:54:14 +02:00
alias l='ls -lha'
2012-04-25 00:17:12 +02:00
alias ar=ar
2011-08-10 19:39:52 +02:00
which _pass >/dev/null && compdef passc=pass
2014-07-28 16:08:02 +02:00
2011-07-28 22:13:48 +02:00
# History
setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \
HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS HIST_IGNORE_SPACE
HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.zhist
# OPAM configuration
2015-05-27 18:56:03 +02:00
# . ~/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true