configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-26 22:00:05 -04:00
parent 8575753945
commit 21bc0b5e28
6 changed files with 922 additions and 9 deletions

View file

@ -2,7 +2,7 @@ function fish_greeting
status --is-login
if [ $status = 0 ]
if which figlet > /dev/null
figlet -f "/Users/emenel/.local/flf/wavy.flf" "welcome"
figlet -f "/home/emenel/.local/share/flf/wavy.flf" "welcome"
end
end
end

View file

@ -5,6 +5,7 @@ local act = wezterm.action
-- config.default_prog = { 'fish', '-l' }
config.enable_wayland = false;
config.front_end = "WebGpu";
local bar = wezterm.plugin.require("https://github.com/adriankarlen/bar.wezterm")