Skip to content

Commit

Permalink
switch fzf to antigen bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Mar 28, 2022
1 parent 2dcf698 commit 913484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ antigen bundle git

# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle unixorn/fzf-zsh-plugin@main

# Load the theme.
#antigen theme lambda
Expand Down Expand Up @@ -143,7 +144,6 @@ alias kg='kubectl get'
alias klo='kubectl logs'

source ~/dotfiles/scripts/functions.bash
source ~/dotfiles/zsh/fzf.zsh

# npm
export NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"

0 comments on commit 913484e

Please sign in to comment.