Skip to content

Instantly share code, notes, and snippets.

@afterefx
Last active December 16, 2015 16:40
Show Gist options
  • Save afterefx/5464947 to your computer and use it in GitHub Desktop.
Save afterefx/5464947 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd beep extendedglob nomatch
unsetopt notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/%n/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
export PROMPT=$'\n[%n %d]%#\n'
export RPROMPT="[%M %!]"
alias ls='ls --color'
alias ll='ls -l --color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment