You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
220 B
Bash
14 lines
220 B
Bash
13 years ago
|
HISTFILE=~/.histfile
|
||
|
HISTSIZE=1000
|
||
|
SAVEHIST=1000
|
||
|
bindkey -v
|
||
|
|
||
|
zstyle :compinstall filename '/home/dustinswan/.zshrc'
|
||
|
|
||
|
autoload -Uz compinit
|
||
|
compinit
|
||
|
|
||
|
alias vi=vim
|
||
|
alias grep='grep --color=auto'
|
||
|
alias ls='ls --color=auto'
|