changes how folder shell runs commands
This commit is contained in:
parent
f008accf15
commit
35c0b77837
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ CMD=$TERMINAL
|
|||
CWD=''
|
||||
|
||||
if [ ! -z "$1" ]; then
|
||||
CMD="${CMD} -e $1"
|
||||
export initialCommand="$1"
|
||||
fi;
|
||||
|
||||
# Get window ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue