Skip to content

Commit

Permalink
Add completion file and installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelesica-wf committed Nov 24, 2015
1 parent c353256 commit b1c8045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bash_completion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ echo 'Linking .bash_profile'
mv ~/.bash_profile ~/.bash_profile.bak
ln -s $DIR/bash_profile ~/.bash_profile

echo 'Linking .bash_completion'
mv "$HOME/.bash_completion" "$HOME/.bash_completion.bak"
ln -s "$DIR/bash_completion" "$HOME/.bash_completion"

echo 'Linking .bash_private'
if [ -f $DIR/bash_private ]; then
mv ~/.bash_private ~/.bash_private.bak
Expand Down

0 comments on commit b1c8045

Please sign in to comment.