Skip to content

Commit

Permalink
Add dataset autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Sep 6, 2023
1 parent 2d20c80 commit b84627d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/packages_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ rbenv install 2.7.1
rbenv global 2.7.1
gem install bundler
gem install jekyll -v 3.9.2
rbenv rehash
rbenv rehash

# add dataset autocomplete
echo 'eval "$(_DATASET_COMPLETE=bash_source dataset)"' >> ~/.bashrc

0 comments on commit b84627d

Please sign in to comment.