From ef887ed20996d0a5623c19ab936d1b3bd8ad69e4 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 27 Oct 2015 09:13:15 -0700 Subject: [PATCH 1/2] Cache credentials in git. --- dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index bd2cc4b..1f61ffe 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -51,3 +51,5 @@ [url "git@gist.github.com:"] pushInsteadOf = "gist:" pushInsteadOf = "git://gist.github.com/" +[credential] + helper = cache --timeout=36000 From cb6ca10f6f7143ab3016bca989602b5517513dec Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 27 Oct 2015 09:13:51 -0700 Subject: [PATCH 2/2] Enable command-not-found. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 7917eda..f85107e 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -31,7 +31,7 @@ if [ -d $HOME/.oh-my-zsh ] ; then ZSH=$HOME/.oh-my-zsh ZSH_THEME="matir" ZSH_CUSTOM="$HOME/.zsh_custom" - plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv) + plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv command-not-found) source $ZSH/oh-my-zsh.sh unset ZSH_THEME unset ZSH_CUSTOM