aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-09-21 09:15:32 +0200
committerKarel Kočí <cynerd@email.cz>2026-09-21 09:15:32 +0200
commit0df0065e95bd723d86b77555d470020e6c3c0db5 (patch)
treec2f02145c7e447bc0778e68c4802708a654dc08b /profile
parentd3a39b694edb87c1ab3f67d4b25b32c3361aab7d (diff)
downloadmyconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.tar.gz
myconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.tar.bz2
myconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.zip
treewide: update with various changes of files that accumulatedHEADmaster
Diffstat (limited to 'profile')
-rw-r--r--profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile b/profile
index 13d68a1..3a8b510 100644
--- a/profile
+++ b/profile
@@ -10,8 +10,12 @@ fi
export CT_PREFIX_DIR='~/.local/${CT_TARGET}'
export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng"
+# Meson caching
+export MESON_PACKAGE_CACHE_DIR="$HOME/.cache/meson"
# Python caching
export PYTHONPYCACHEPREFIX="$HOME/.cache/pycache"
+export MYPY_CACHE_DIR="$HOME/.cache/mypy"
+export RUFF_CACHE_DIR="$HOME/.cache/ruff"
# Nix
for profile in "$HOME"/.nix-profile/etc/profile.d/*; do
@@ -24,6 +28,7 @@ GUIX_PROFILE="$HOME/.config/guix/current"
! [[ -d "$GUIX_PROFILE" ]] || source "$GUIX_PROFILE/etc/profile"
GUIX_PROFILE="$HOME/.guix-profile"
! [[ -d "$GUIX_PROFILE" ]] || source "$GUIX_PROFILE/etc/profile"
+unset GUIX_PROFILE
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return