This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Pull in the wezterm API | |
local wezterm = require("wezterm") | |
-- This table will hold the configurations | |
local config = {} | |
-- Calling config builder | |
if wezterm.config_builder then | |
config = wezterm.config_builder() | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Left prompt | |
format = """ | |
$directory\ | |
${custom.git_host}\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ | |
$git_status\ | |
${custom.lastcommit}\ | |
$all\ |