Skip to content

Instantly share code, notes, and snippets.

@aciceri
Created March 9, 2014 17:17
Show Gist options
  • Save aciceri/9451025 to your computer and use it in GitHub Desktop.
Save aciceri/9451025 to your computer and use it in GitHub Desktop.
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt HIST_IGNORE_DUPS
bindkey -v
export BROWSER='chromium'
export EDITOR='vim'
export PAGER='vimpager'
export PATH='/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl:/opt/sdk/tools:/opt/sdk/platform-tools'
source /usr/share/doc/pkgfile/command-not-found.zsh
alias c='clear'
alias ls='ls --color=auto'
alias l='ls'
alias s='sudo'
alias spm='sudo pacman'
alias svi='sudo vim'
zstyle :compinstall filename '/home/andrea/.zshrc'
zstyle ':completion:*' menu select
autoload -Uz colors compinit
colors
compinit
PROMPT="[%{$fg[cyan]%}%B%n%b%{$reset_color%}@%{$fg[cyan]%}%B%M%b%{$reset_color%} %{$fg[green]%}%B%~%b%{$reset_color%}]%{$fg[yellow]%}%B%#%b%{$reset_color%} "
RPROMPT="%{$fg[yellow]%}%B%*%b%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment