dotfiles/.config/yazi/init.lua

6 lines
104 B
Lua

local M = {}
require("custom-shell"):setup({
history_path = "default",
save_history = true,
})