Skip to content

Instantly share code, notes, and snippets.

@jyc
Created November 18, 2012 09:07
Show Gist options
  • Select an option

  • Save jyc/4104313 to your computer and use it in GitHub Desktop.

Select an option

Save jyc/4104313 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/jonathan/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
#autoload -U promptinit
#promptinit
#prompt redhat
PROMPT='[%n@%m %1~]%(#.#.$) '
# Aliases
alias ls='ls --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment