al: open alacritty easily from another terminal
This commit is contained in:
parent
190d3525ae
commit
5194559afe
1 changed files with 4 additions and 0 deletions
4
.config/shell/bin/al
Executable file
4
.config/shell/bin/al
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# Runs zsh in alacritty. Good if you're put in some other terminal for some reason.
|
||||
|
||||
nohup alacritty > /dev/null 2>&1 &
|
Loading…
Add table
Reference in a new issue