From 6b9bbcb85afed571f1899b1da5ffd862ee660d32 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 23 Dec 2018 16:46:15 -0500 Subject: [PATCH] Added ~/bin to PATH, and fixed gitconfig for Mint --- .gitconfig##Mint | 2 -- .zshrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitconfig##Mint b/.gitconfig##Mint index 1176fdc..64d7453 100644 --- a/.gitconfig##Mint +++ b/.gitconfig##Mint @@ -21,5 +21,3 @@ helper = /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring #helper = /usr/libexec/git-core/git-credential-libsecret #helper = libsecret -[gpg] - program = gpg2 diff --git a/.zshrc b/.zshrc index a94b104..c15dcc4 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,7 @@ # User configuration sourced by interactive shells # typeset -U PATH +PATH="$HOME/bin:$PATH" export PATH # Change default zim location