Skip to content

Commit a8f93eb

Browse files
committed
fix: correct attribute references in shared ZSH configuration
- Fix typo: keyBindings -> keybindings to match shared.nix attribute name - Remove non-existent atuin attribute reference (already included in tools section)
1 parent fb5d6c5 commit a8f93eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/programs/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ in {
4949
${sharedZsh.historyOptions}
5050
${sharedZsh.options}
5151
${sharedZsh.completion}
52-
${sharedZsh.keyBindings}
53-
${sharedZsh.atuin}
52+
${sharedZsh.keybindings}
5453
5554
# Load Oh My Posh if available
5655
if command -v oh-my-posh &> /dev/null; then

0 commit comments

Comments
 (0)