dotfiles/.zshrc

17 lines
234 B
Bash
Raw Normal View History

2011-12-23 18:50:18 +00:00
autoload -U compinit promptinit
compinit
promptinit
#prompt
prompt elite2
#opts
setopt APPEND_HISTORY
setopt EXTENDED_HISTORY
setopt EXTENDED_GLOB
#aliases
alias rmdir='rm -r'
alias sl='ls'
alias octalperm='stat -c \'%A %a %n\' *'