Created
May 2, 2014 13:22
-
-
Save flagranterror/11474799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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