mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 22:44:09 +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" }
|
vim.opt.spelllang = { "en", "nl" }
|
||||||
|
|
||||||
-- Replace 'dayh' with a formatted day header
|
-- 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
|
-- Replace 'timeh' with a formatted date/time header
|
||||||
vim.cmd("iab <expr> timeh strftime('## %Y%m%d %a %H:%M:%S')")
|
vim.cmd("iab <expr> timeh strftime('## %Y%m%d %a %H:%M:%S')")
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ format = """
|
|||||||
[](#9A348E)\
|
[](#9A348E)\
|
||||||
$jobs\
|
$jobs\
|
||||||
$os\
|
$os\
|
||||||
[ ](bg:#9A348E)\
|
|
||||||
$username\
|
$username\
|
||||||
[](bg:#DA627D fg:#9A348E)\
|
[](bg:#DA627D fg:#9A348E)\
|
||||||
$directory\
|
$directory\
|
||||||
@@ -31,6 +30,8 @@ $time\
|
|||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# For fun, add this to the line after $os: [ ](bg:#9A348E)\
|
||||||
|
|
||||||
# Timeout for commands executed by starship (ms)
|
# Timeout for commands executed by starship (ms)
|
||||||
command_timeout = 3000
|
command_timeout = 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user