dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 727175126a33548eb5cfc9f995e6210fdb26c307
parent 8374758df7ed155516f12ac3a34c9db4a4a64216
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 24 May 2019 12:18:34 -0700

Add local GEM_HOME directory

This avoids needing to pollute non-user-specific directories with
custom-installed stuff.

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -4,6 +4,7 @@ export EDITOR=vim export GNUPGHOME="$HOME/.gnupg" export GOMA_DIR="$HOME/src/goma" +export GEM_HOME="$HOME/.gem" # Set tty used for GPG pinentry GPG_TTY="$(tty)"