etc/zshrc

29 lines
547 B
Bash
Raw Normal View History

2011-07-28 20:13:48 +00:00
# Copyright (C) 2004-2011 Gabriel Ebner
2011-04-30 18:21:21 +00:00
. ~/.commonshrc
2011-07-28 20:13:48 +00:00
# oh-my-zsh
export ZSH=$HOME/etc/oh-my-zsh
2011-07-28 20:27:15 +00:00
export ZSH_THEME=gebner
2011-07-28 20:13:48 +00:00
export DISABLE_AUTO_UPDATE=true
2014-06-01 12:26:38 +00:00
plugins=(git gem perl rails ruby)
2011-07-28 20:13:48 +00:00
source $ZSH/oh-my-zsh.sh
2011-08-10 17:39:52 +00:00
setopt nocorrect_all
2014-06-02 08:24:31 +00:00
alias ll=ll # lojban lookup
alias gm=gm # graphicsmagick
2011-08-27 18:54:14 +00:00
alias l='ls -lha'
2012-04-24 22:17:12 +00:00
alias ar=ar
2011-08-10 17:39:52 +00:00
2014-07-28 14:08:02 +00:00
compdef passc=pass
2011-07-28 20:13:48 +00: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