configuring
This commit is contained in:
parent
8575753945
commit
21bc0b5e28
6 changed files with 922 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue