summarylogtreecommitdiffstats
path: root/user.lua
blob: c63c149701d0cbeeaa5c7207ccd173bb26ee9711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--[[-- This file shows examples of settings you can adjust.

Configuration files with preferences are loaded in the following order:
1. cfg/user.lua (system-wide configuration)
2. HOME/.zbstudio/user.lua (per-user configuration)
3. -cfg <lua code fragment|filename> (command line configuration)

See [configuration](http://studio.zerobrane.com/doc-configuration.html) page for information about location of configuration files.

--]]--

-- to specify full path to lua interpreter if you need to use your own version
path.lua = '/usr/bin/lua'
path.lua53 = '/usr/bin/lua5.3'
path.lua52 = '/usr/bin/lua5.2'
path.lua51 = '/usr/bin/lua5.1'