Update dotfiles

This commit is contained in:
2018-08-12 14:31:14 +02:00
parent 4176bff6b2
commit 8783616f54
10 changed files with 52 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ export LC_COLLATE=C
export DOTFILES=~/dotfiles
export GOPATH=~/dev/go
export PATH=$PATH:$(go env GOPATH)/bin
# Start the gpg-agent if not already running
if ! pgrep -x --uid "${USER}" gpg-agent >/dev/null 2>&1; then