dotfiles/bin/new-terminal

5 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
UUID=$(uuidgen)
alacritty --title $UUID -e sh -c "TERMINAL_UUID=$UUID exec $SHELL"