Back to Wezterm

wezterm.home_dir

docs/config/lua/wezterm/home_dir.md

latest188 B
Original Source

wezterm.home_dir

This constant is set to the home directory of the user running wezterm.

lua
local wezterm = require 'wezterm'
wezterm.log_error('Home ' .. wezterm.home_dir)