Skip to content

Commit

Permalink
Merge branch 'libgit2-git-ps1-impl' of https://github.com/tfpf/dotfiles
Browse files Browse the repository at this point in the history
… into libgit2-git-ps1-impl
  • Loading branch information
tfpf committed Oct 30, 2024
2 parents c1bd247 + 8197bf6 commit 32b417b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config.cursor_thickness = 1

config.default_cursor_style = 'SteadyBar'

config.default_prog = {'C:/Windows/system32/wsl.exe', '~', '-d', 'Debian'}
config.default_prog = {'C:/msys64/msys2_shell.cmd', '-defterm', '-here', '-no-start', '-ucrt64'}

config.font = wezterm.font 'RecMonoCasual Nerd Font'

Expand All @@ -31,7 +31,7 @@ config.keys = {}
for i = 1, 9 do
table.insert(config.keys, {key = tostring(i), mods = 'ALT', action = wezterm.action.ActivateTab(i - 1)})
end
table.insert(config.keys, {key = 'F1', action = wezterm.action.SpawnCommandInNewTab {args = {'C:/msys64/msys2_shell.cmd', '-defterm', '-here', '-no-start', '-ucrt64'}}})
table.insert(config.keys, {key = 'F1', action = wezterm.action.SpawnCommandInNewTab {args = {'C:/Windows/system32/wsl.exe', '~', '-d', 'Debian'}}})
table.insert(config.keys, {key = 'Tab', mods = 'CTRL', action = wezterm.action.ActivateLastTab})

config.mouse_bindings = {
Expand Down

0 comments on commit 32b417b

Please sign in to comment.