diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index 007936a..4835eae 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -20,7 +20,7 @@ vim.opt.wrap = true -- Enable line wrap vim.opt.spelllang = { "en", "nl" } -- Replace 'dayh' with a formatted day header -vim.cmd("iab dayh strftime('== %Y%m%d %A ======')") +vim.cmd("iab dayh strftime('## %Y%m%d %A')") -- Replace 'timeh' with a formatted date/time header vim.cmd("iab timeh strftime('## %Y%m%d %a %H:%M:%S')") diff --git a/.config/starship.toml b/.config/starship.toml index e75cbe5..a154f4f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -2,7 +2,6 @@ format = """ [](#9A348E)\ $jobs\ $os\ -[󰀫 ](bg:#9A348E)\ $username\ [](bg:#DA627D fg:#9A348E)\ $directory\ @@ -31,6 +30,8 @@ $time\ $cmd_duration\ """ +# For fun, add this to the line after $os: [󰀫 ](bg:#9A348E)\ + # Timeout for commands executed by starship (ms) command_timeout = 3000