firefox launch terminal application
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
V="HOME=/home/emh source /home/emh/.zshenv && HOME=/home/emh source $XDG_CONFIG_HOME/zsh/.zshrc && HOME=/home/emh /usr/bin/kitty -c $XDG_CONFIG_HOME/kitty/kitty.conf "
|
||||
# echo '$V $@" > abc.log 2>&1 &
|
||||
OUT="$V$@"
|
||||
zsh -c "$OUT"
|
||||
Reference in New Issue
Block a user