First commit of some current dotfiles
This commit is contained in:
parent
6a6ffcc322
commit
e9c52b31ba
78 changed files with 26270 additions and 0 deletions
13
zshrc
Normal file
13
zshrc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue