Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created June 15, 2014 06:48
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 lindwurm/12bde09c66987a7341ac to your computer and use it in GitHub Desktop.
Save lindwurm/12bde09c66987a7341ac to your computer and use it in GitHub Desktop.
backup
# Created by lindwurm for 5.0.5
autoload -U compinit promptinit
setopt HIST_IGNORE_DUPS
compinit
promptinit
HISTFILE=$HOME/.zsh_history
HISTSIZE=100000
SAVEHIST=100000
function history-all { history -E 1 }
autoload -U colors; colors
PROMPT="ξ*σ_σ)ξoO( %~ ) : "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment