Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Mar 11, 2024
1 parent 0212b1b commit ed3a11b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .dockerfile/home/.config/nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let light_theme = {
# External completer example
let carapace_completer = {|spans|
if "TARGET" in $env {
^$env.TARGET _carapace nushell $spans | from json
^$env.TARGET _carapace nushell ...$spans | from json
}
}

Expand Down Expand Up @@ -267,11 +267,9 @@ $env.config = {
col_padding: 2
}
style: {
text: green
selected_text: { attr: r }
description_text: yellow
match_text: { attr: u }
selected_match_text: { attr: ur }
text: white
selected_text: {attr: r}
description_text: white_dimmed
}
}
{
Expand Down

0 comments on commit ed3a11b

Please sign in to comment.