Skip to content

Commit

Permalink
fix(zsh): Remove atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Apr 3, 2024
1 parent 03ae0da commit 0e8a33e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if ! zgenom saved; then
zgenom load zsh-users/zsh-autosuggestions
zgenom load zsh-users/zsh-history-substring-search
zgenom load sawadashota/go-task-completions
zgenom load atuinsh/atuin
zgenom load romkatv/powerlevel10k powerlevel10k
zgenom load hlissner/zsh-autopair autopair.zsh

Expand Down
3 changes: 0 additions & 3 deletions config/zsh/keybinds.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ bindkey -M viins '^x^l' history-beginning-search-backward-then-append

# Navi
eval "$(navi widget zsh)"

# https://github.com/atuinsh/atuin/issues/68#issuecomment-1567410629
# Use atuin with fzf
1 change: 0 additions & 1 deletion modules/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ in {

user.packages = with pkgs; [
zsh
unstable.atuin # TODO Add Key
bat
btop
eza
Expand Down

0 comments on commit 0e8a33e

Please sign in to comment.