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