mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 18:04:10 +02:00
Removed the alpha again, it looked like some status
This commit is contained in:
@@ -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 <expr> dayh strftime('== %Y%m%d %A ======')")
|
||||
vim.cmd("iab <expr> dayh strftime('## %Y%m%d %A')")
|
||||
-- Replace 'timeh' with a formatted date/time header
|
||||
vim.cmd("iab <expr> timeh strftime('## %Y%m%d %a %H:%M:%S')")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user