|
|
@@ -65,7 +65,8 @@ return {
|
|
|
MakeTerm("str", "Gamma", "clear; zsh", "--width=1.0 --height=0.99")
|
|
|
MakeTerm("sta", "Delta", "clear; zsh", "--width=1.0 --height=0.99")
|
|
|
MakeTerm("stn", "Epsilon", "clear; zsh", "--width=80 --height=40")
|
|
|
- MakeTerm("ste", "Zeta", "clear; zsh", "--width=80 --height=40")
|
|
|
+ MakeTerm("ste", "Zeta", "/bin/zsh ~/.scripts/omniscratch.zsh",
|
|
|
+ "--width=80 --height=40")
|
|
|
MakeTerm("sti", "Eta", "lazydocker", "--width=2.0 --height=2.0")
|
|
|
MakeTerm("sto", "Theta", "lazygit", "--width=2.0 --height=2.0")
|
|
|
-- Keymaps
|