Add zellij
This commit is contained in:
parent
f7f2b3a020
commit
8e7155d2c7
4 changed files with 12 additions and 6 deletions
|
@ -43,6 +43,7 @@
|
|||
yadm # dotfile manager
|
||||
yq # tool for YAML
|
||||
yt-dlp # tool to download videos from the internet
|
||||
zellij # terminal multiplexer
|
||||
zip # zip
|
||||
];
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ $cmd_duration\
|
|||
[](bg:red fg:yellow)\
|
||||
$status\
|
||||
[](bg:white fg:red)\
|
||||
${custom.asciinema_log}$shell\
|
||||
${custom.asciinema_log}${env_var.ZELLIJ}$shell\
|
||||
[](bg:cyan fg:white)\
|
||||
$jobs\
|
||||
[](cyan)
|
||||
|
@ -42,6 +42,10 @@ when = ''' test -n "$ASCIINEMA_LOG" && test -n "$ASCIINEMA_REC" '''
|
|||
style = "bg:white fg:black"
|
||||
format = '[$output ]($style)'
|
||||
|
||||
[env_var.ZELLIJ]
|
||||
style = "bg:white fg:black"
|
||||
format = '[ ]($style)'
|
||||
|
||||
[directory]
|
||||
read_only = ""
|
||||
truncation_length = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue