Add some bits from fresh arch setup

This commit is contained in:
Dan Buch
2017-06-04 19:34:10 -04:00
parent 944a5b46f1
commit a2c4bb335e
2 changed files with 136 additions and 0 deletions

2
zshrc
View File

@@ -63,6 +63,8 @@ source $ZSH/oh-my-zsh.sh
unalias gb
export VISUAL=vim
# The completion for aws is not compatible with $fpath :scream_cat:
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
source /usr/local/share/zsh/site-functions/_aws