This commit is contained in:
2024-06-23 16:31:17 +02:00
parent 9241ff0c0d
commit feebba4e12
3 changed files with 61 additions and 30 deletions

4
bin/new-terminal Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
UUID=$(uuidgen)
alacritty --title $UUID -e sh -c "TERMINAL_UUID=$UUID exec $SHELL"