From f390ea38d093f4910a2e63ebc39d4df2053f4cd5 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 10 Oct 2018 18:46:33 -0400 Subject: [PATCH 1/2] git config fetch.prune true :tada: --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index bbf513a..b413b06 100644 --- a/gitconfig +++ b/gitconfig @@ -31,6 +31,9 @@ [push] default = current +[fetch] + prune = true + [color] ui = auto From 34c816fab695079f0062e95cadf6b2568cca938c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 10 Oct 2018 20:51:21 -0400 Subject: [PATCH 2/2] Add /snap/bin to PATH --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index bf9f339..2a9cb25 100644 --- a/zshrc +++ b/zshrc @@ -96,6 +96,7 @@ path=( /usr/bin /sbin /bin + /snap/bin /usr/games /usr/local/games )