Created
April 6, 2016 21:25
-
-
Save denysvitali/1840543f3c675037d7a178c9ee58c0c3 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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