Skip to content

Instantly share code, notes, and snippets.

@hkurosawa
Created November 16, 2012 11:22
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 hkurosawa/4086556 to your computer and use it in GitHub Desktop.
Save hkurosawa/4086556 to your computer and use it in GitHub Desktop.
my .zshrc file
autoload -U compinit
autoload colors
compinit
colors
PS1="%{${fg[green]}%}${USER}@${HOST%%.*}:%~ [%D{%y-%m-%d %H:%m:%S}]%{${reset_color}%}
[%!]%(!.#.$) "
PATH=$PATH:/usr/local/bin/
alias ls="ls -G"
alias .="source"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment