diff --git a/aspects/ai.nix b/aspects/ai.nix index 1192009..30c7342 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -27,7 +27,6 @@ settings = { theme = "system"; autoupdate = false; - plugin = [ "superpowers@git+https://github.com/obra/superpowers.git" ]; }; }; }; diff --git a/aspects/base/zsh.nix b/aspects/base/zsh.nix index 3f28609..18d7ff6 100644 --- a/aspects/base/zsh.nix +++ b/aspects/base/zsh.nix @@ -32,9 +32,6 @@ # Expand !! and !$ on space (Fish-style) bindkey ' ' magic-space setopt HIST_VERIFY - # History prefix search with up/down arrows - bindkey "^[[A" history-search-backward - bindkey "^[[B" history-search-forward # Fish-style Ctrl+Backspace: delete one path segment at a time function backward-kill-path-component() { if [[ "$LBUFFER" == */ ]]; then