You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
301 B
11 lines
301 B
#!/usr/bin/env sh
|
|
|
|
thisFile=$(readlink -f $0);
|
|
appDir="$(dirname $thisFile)/..";
|
|
|
|
export COLORTERM=xterm-256color TERM=xterm-256color
|
|
export INPUTRC="${appDir}/inputrc_nvim"
|
|
export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
|
|
|
# konsole --hide-tabbar --hide-menubar --profile nvim -e nvim $@
|
|
# konsole --profile nvim
|
|
|