logo

dotfiles

My dotfiles, one branch per machine
commit: a44a84102a4274061b7d90fdaaab2159f880fcb7
parent: 251329ed7d94eae51e7541a4bbe56d9e6fc969a8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 15 Jun 2019 01:59:19 +0200

unset GIT_OBJECT_DIRECTORY and move it to GIT_ALTERNATE_OBJECT_DIRECTORIES

Diffstat:

M.profile4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.profile b/.profile @@ -1,8 +1,8 @@ # exports export BROWSER="badwolf:firefox:lynx" export EDITOR="$(which vis)" -export GIT_ALTERNATE_OBJECT_DIRECTORIES=".git/objects" -export GIT_OBJECT_DIRECTORY="${HOME}/Sources/git/git-object-directory" +export GIT_ALTERNATE_OBJECT_DIRECTORIES="${HOME}/Sources/git/git-object-directory/" +unset GIT_OBJECT_DIRECTORY export GPGKEY='DDC9237C14CF6F4DD847F6B390D93ACCFEFF61AE' export GPG_TTY="$(tty)" export GTK_CSD=0