Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Created November 25, 2008 21:20
Show Gist options
  • Save ab5tract/29096 to your computer and use it in GitHub Desktop.
Save ab5tract/29096 to your computer and use it in GitHub Desktop.
# .zshrc
# Lines configured by zsh-newuser-install
HISTFILE=~/.zshd/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory extendedglob nomatch notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/export/home/ab5tract/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Aliases
alias ll='ls -l --color'
alias jruby='~/lang/jruby-1.1.5/bin/jruby -S'
alias g=git
# Prompt
setopt prompt_subst
PS1='%B%!%b[%n][%.]%# '
# Path
#PATH=/export/home/ab5tract/lang/ruby187/bin:/opt/SunStudioExpress/bin:$PATH
PATH=/export/home/ab5tract/lang/ruby187/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment