Skip to content

Instantly share code, notes, and snippets.

@h2ospace
Created January 18, 2013 16:42
Show Gist options
  • Save h2ospace/4565936 to your computer and use it in GitHub Desktop.
Save h2ospace/4565936 to your computer and use it in GitHub Desktop.
export LANG=ja_JP.UTF-8
PATH=~/bin:$PATH
# Prompt
PROMPT='%~# '
# History
HISTFILE=~/.histfile
HISTSZE=10000
SAVEHIST=10000
setopt auto_param_keys
setopt auto_param_slash
function chpwd() { ls }
setopt no_flow_control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment