exec, colors

This commit is contained in:
2025-10-26 02:28:38 +00:00
parent bfb053a4ef
commit dd11cd9253
6 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "$SHELL" -c '"$@"; { echo "[exited with code $?]"; read -n1; }' -- "$@"