Skip to content

Commit

Permalink
feat: Dashboard update.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast committed Oct 8, 2024
1 parent f166aa2 commit 9ba8f21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nvim/lua/plugins/dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ return {
local function pickLogo()
local filepath = vim.fn.getcwd() or ""
local hostname = vim.fn.hostname() or ""
if string.match(filepath .. hostname, "berry") then
if string.match(filepath .. hostname, "limble") then
return [[
███████╗██╗ ██╗ ██████╗██╗ ██ ██╗ ██╗ ██████╗ ██╗ ██╗
██╔════╝██║ ██║██╔════╝██║ ██╔╝ ╚██╗ ██╔╝██╔═══██╗██║ ██║
█████╗ ██║ ██║███████╔╝ ╚████╔╝ ██║ ██║██║ ██║
██╔══╝ ██║ ██║██║ ██╔═██╗ ╚██╔╝ ██║ ██║██║ ██║
██║ ╚██████╔╝╚██████╗██║ ██╗ ██║██████╔╝██████╔╝
╚═╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════
██ ██╗█████╗██████╗ ██╗ ███████╗
██║ ██║████╗ ████║██╔══██╗██║ ██╔════╝
██ ██║██████╔██║██████╔╝██║ █████╗
██ ██║██║██╔╝██║██╔══██╗██║ ██╔══╝
███████╗██║██║ ╚═╝ ██║██████╔╝███████╗███████╗
╚══════╝╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚══════╝
]]
else
return [[
Expand Down

0 comments on commit 9ba8f21

Please sign in to comment.