Skip to content

Commit

Permalink
chore(wezterm): default to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Nov 20, 2024
1 parent 1a14b7a commit 5784068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions private_dot_config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local wezterm = require 'wezterm'

local config = wezterm.config_builder()

-- Spawn a fish shell in login mode
config.default_prog = { 'fish', '-l' }
-- Slightly transparent and blurred background
config.window_background_opacity = 0.9
config.macos_window_background_blur = 30
Expand Down

0 comments on commit 5784068

Please sign in to comment.