4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
# Runs zsh in alacritty. Good if you're put in some other terminal for some reason.
|
|
|
|
nohup alacritty > /dev/null 2>&1 &
|