Last active
December 10, 2015 01:48
-
-
Save jyc/4362777 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| #bindkey "^W" backward-kill-word # vi-backward-kill-word | |
| #bindkey "^H" backward-delete-char # vi-backward-delete-char | |
| #bindkey "^U" kill-line # vi-kill-line | |
| bindkey -rpM viins '^[' | |
| bindkey "^?" backward-delete-char # vi-backward-delete-char | |
| # 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 | |
| autoload -U colors && colors | |
| PS1="%{$fg_bold[green]%}[%n@%m %1~]%(#.#.$)%{$reset_color%} " | |
| # Aliases | |
| alias ls='ls --color=auto' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment