From 583f1b6113ac3a0a3207e27473a5fc1031378201 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 20:52:16 -0700 Subject: [PATCH 1/2] We don't need to shout --- config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/config b/config/waybar/config index f2585b2..86cb205 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -76,7 +76,7 @@ "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹" ] }, - "format-full": "Charged ", + "format-full": "󰂅", "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", "interval": 5, From 6e05a51b655ea5beacd5d3df1b17c7a68a86c003 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 21:14:04 -0700 Subject: [PATCH 2/2] Enable all the inputrc settings --- default/bash/inputrc | 18 ++++++++---------- default/bash/rc | 1 + 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/default/bash/inputrc b/default/bash/inputrc index 6e4bb8a..11146d6 100644 --- a/default/bash/inputrc +++ b/default/bash/inputrc @@ -28,14 +28,12 @@ set completion-query-items 200 # Show extra file information when completing, like `ls -F` does set visible-stats on -$if Bash - # Be more intelligent when autocompleting by also looking at the text after - # the cursor. For example, when the current line is "cd ~/src/mozil", and - # the cursor is on the "z", pressing Tab will not autocomplete it to "cd - # ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the - # Readline used by Bash 4.) - set skip-completed-text on +# Be more intelligent when autocompleting by also looking at the text after +# the cursor. For example, when the current line is "cd ~/src/mozil", and +# the cursor is on the "z", pressing Tab will not autocomplete it to "cd +# ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the +# Readline used by Bash 4.) +set skip-completed-text on - # Coloring for Bash 4 tab completions. - set colored-stats on -$endif +# Coloring for Bash 4 tab completions. +set colored-stats on diff --git a/default/bash/rc b/default/bash/rc index 6c9e1d2..e8ba051 100644 --- a/default/bash/rc +++ b/default/bash/rc @@ -4,3 +4,4 @@ source ~/.local/share/omarchy/default/bash/functions source ~/.local/share/omarchy/default/bash/prompt source ~/.local/share/omarchy/default/bash/init source ~/.local/share/omarchy/default/bash/envs +bind -f ~/.local/share/omarchy/default/bash/inputrc