10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
|
% gzdoom
|
||
|
|
||
|
# Start GZDoom with given config file
|
||
|
gzdoom -config <configPath>
|
||
|
|
||
|
# Edit given GZDoom config file
|
||
|
nvim <configPath>
|
||
|
|
||
|
$ configPath: echo "~/.config/gzdoom/configs/$(ls ~/.config/gzdoom/configs | sk)"
|