added new thingys

This commit is contained in:
2026-04-01 20:27:10 +01:00
parent c5e728ff50
commit 79ccd11b5b
2 changed files with 13 additions and 9 deletions

View File

@@ -37,13 +37,15 @@
# Environment variables # Environment variables
shellHook = '' shellHook = ''
export RUST_BACKTRACE=1 export RUST_BACKTRACE=1
export DEVSHELL_NAME="󱄅 flake/#89dceb|🦀 rustproject/red"
# Trigger zsh if not already in it # Trigger zsh if not already in it
if [[ -z "$ZSH_VERSION" ]]; then if [[ -z "$ZSH_VERSION" ]]; then
exec zsh exec zsh
fi fi
''; '';
}; };
} }
); );

View File

@@ -28,10 +28,12 @@
# Environment variables # Environment variables
shellHook = '' shellHook = ''
# Trigger zsh export DEVSHELL_NAME="󱄅 flake/#89dceb"
if [[ -z "$ZSH_VERSION" ]]; then
exec zsh # Trigger zsh
fi if [[ -z "$ZSH_VERSION" ]]; then
exec zsh
fi
''; '';
}; };
} }