Skip to content

Commit

Permalink
fix(wezterm): fish on darwin is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Sep 27, 2024
1 parent 95ff0f2 commit adc805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/isabel/configs/gui/terminals/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require("keybinds").apply(c)

-- default shell
if utils.is_linux() or utils.is_darwin() then
c.default_prog = { "fish", "--login" }
c.default_prog = { "/etc/profiles/per-user/isabel/bin/fish", "--login" }
elseif utils.is_windows() then
c.default_prog = { "wsl.exe" }
c.default_domain = "WSL:NixOS"
Expand Down

0 comments on commit adc805e

Please sign in to comment.