Skip to content

Commit

Permalink
Command to install fzf once downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
helmerdavila committed Aug 26, 2022
1 parent bbdc015 commit dc9f6c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ function zsh_install_zplug {

function zsh_install_fzf {
printf "${GREEN} 📦 Installing fzf...\n${NOCOLOR}"
$HOME/.fzf/install --all
if [ -d "$HOME/.fzf" ]; then
pushd "$HOME/.fzf"
./install --all
popd
fi
}

function zshinstall_all {
Expand Down

0 comments on commit dc9f6c3

Please sign in to comment.