Sync changes from work

This commit is contained in:
Martin
2025-07-11 14:42:26 +02:00
parent 4d7caf0abe
commit 966a3cea5c
3 changed files with 13 additions and 1 deletions

View File

@ -56,6 +56,11 @@
export CARGO_HOME="$HOME/.cargo"
[ -f "$CARGO_HOME/env" ] && . "$CARGO_HOME/env"
fi;
if [[ "$(uname -r)" == *Microsoft* ]]; then
if command -v tmuxp &> /dev/null && [ -z "$TMUX" ]; then
tmuxp load --yes misc
fi
fi;
'';
};