Skip to content

Commit

Permalink
[manjaro] Install zsh-fzf-history-search
Browse files Browse the repository at this point in the history
  • Loading branch information
talayhan committed Oct 5, 2024
1 parent 874f61a commit baa7bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ plugins=(docker universalarchive extract encode64 tmux tmuxinator taskwarrior)
plugins+=(gitignore rsync)
#plugins+=(zsh-nvm)
plugins+=(zsh-autosuggestions)
plugins+=(zsh-fzf-history-search)
# User configuration

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:${HOME}/.scripts:$PATH"
Expand Down
4 changes: 4 additions & 0 deletions user_specific/manjaro/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ fi
if [ ! -d "$HOME/.oh-my-zsh/custom/plugins/zsh-nvm" ]; then
git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm
fi

if [ ! -d "$HOME/.oh-my-zsh/custom/plugins/zsh-fzf-history-search" ]; then
git clone https://github.com/joshskidmore/zsh-fzf-history-search ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-fzf-history-search
fi

0 comments on commit baa7bab

Please sign in to comment.