Skip to content

Instantly share code, notes, and snippets.

@flagranterror
Created May 2, 2014 13:22
Show Gist options
  • Save flagranterror/11474799 to your computer and use it in GitHub Desktop.
Save flagranterror/11474799 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd extendedglob notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/dmcnish/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# User stuff
path=( ~/.gem/ruby/2.1.0/bin ~/.bin $path )
zstyle ':completion:*' menu select
autoload -U promptinit
promptinit
prompt adam2
source /usr/share/doc/pkgfile/command-not-found.zsh
setopt correct sharehistory
zstyle ':completion:*:*:kill:*:processes' command 'ps -u $(whoami) -U $(whoami) -o pid,user,tty,cmd'
SUDO_EDITOR=rvim
# Aliases
alias ls='ls --color -F'
alias grep='grep --color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment