Back to Wezterm

wezterm.executable_dir

docs/config/lua/wezterm/executable_dir.md

latest209 B
Original Source

wezterm.executable_dir

This constant is set to the directory containing the wezterm executable file.

lua
local wezterm = require 'wezterm'
wezterm.log_error('Exe dir ' .. wezterm.executable_dir)