Skip to content

Instantly share code, notes, and snippets.

@wuhx
Created November 5, 2012 12:11
Show Gist options
  • Save wuhx/4016900 to your computer and use it in GitHub Desktop.
Save wuhx/4016900 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd extendedglob nomatch
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/wuhx/.zshrc'
#autoload -U promptinit && promptinit
#prompt adam2
autoload -Uz compinit
compinit
# End of lines added by compinstall
alias ls='ls -F --color=auto'
alias ll='ls -lh'
alias grep='grep --color=auto'
alias es='emacsclient -n -a emacs'
alias yum="sudo yum"
PATH=/home/wuhx/app/bin:/usr/local/bin:/bin:/usr/bin:/home/wuhx/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment