increase bash command history size

changed rofi font to jetbrains mono
implemented bash completions for navigate
started script to use fzf for reverse command search in bash
This commit is contained in:
quak
2025-01-20 00:11:49 +01:00
parent e7046407c2
commit d5b880915e
4 changed files with 32 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
* {
font: "Victor Mono Nerd Font 13";
font: "JetBrains Mono Nerd Font 14";
zx-transparent: transparent;
zx-white: #C8C8C8FF;
@@ -121,4 +121,4 @@ button {
button.selected {
text-color: @zx-background;
background-color: @zx-accent;
}
}