Skip to content

Instantly share code, notes, and snippets.

@denysvitali
Created April 6, 2016 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denysvitali/1840543f3c675037d7a178c9ee58c0c3 to your computer and use it in GitHub Desktop.
Save denysvitali/1840543f3c675037d7a178c9ee58c0c3 to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '~/.zshrc'
zstyle ':completion:*' menu select
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char
autoload -Uz compinit
compinit
# End of lines added by compinstall
export PS1="%F{12}%n%f %F{11}%B%~%b%f "
[[ -e ~/.profile ]] && emulate sh -c 'source ~/.profile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment