Added ~/bin to PATH, and fixed gitconfig for Mint
This commit is contained in:
parent
14a04ee653
commit
b31a79219a
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
1
.zshrc
1
.zshrc
|
@ -11,6 +11,7 @@
|
|||
# User configuration sourced by interactive shells
|
||||
#
|
||||
typeset -U PATH
|
||||
PATH="$HOME/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
# Change default zim location
|
||||
|
|
Loading…
Reference in a new issue