# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e bindkey '^[[1;5C' emacs-forward-word bindkey '^[[1;5D' emacs-backward-word bindkey '^[OH' beginning-of-line bindkey '^[[H' beginning-of-line bindkey '^[OF' end-of-line bindkey '^[[F' end-of-line bindkey '^[[3~' delete-char bindkey '^[[5~' history-beginning-search-backward bindkey '^[[6~' history-beginning-search-forward bindkey '^[[5;2~' beginning-of-line bindkey '^[[6;2~' end-of-line # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/alex/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH autoload colors colors export PS1="%{$fg_bold[yellow]%}[%n@%M] %{$fg[blue]%}%~%%%{$reset_color%} " case $TERM in xterm*) precmd () {print -Pn "\e]0;[%n@%m] %~\a"} ;; esac export GOPATH=~/workspace/go PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting