5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. ~/.profile
|
|
export XMODIFIERS=""
|
|
exec ~/.local/opt/idea/bin/idea.sh
|