diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
commit | cc216ca760a6b22c8b8041f525859f4201a52d1f (patch) | |
tree | 7c1ef18d28e226c40d8d0afa97e3a83d3a2c9645 /config/home | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.zshenv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv index 4bb166c..9a295d2 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -108,3 +108,8 @@ export MAKEFLAGS="-j$(nproc)" export VAKKEN="$HOME/docs/school/2024-2025" PATH="$PATH:$HOME/proj/chatty/" + + +if [ "$(hostname)" = "spring" ]; then + export GIT_TRACK_REPOS="$HOME/git-track.txt" +fi |