Skip to content

Commit

Permalink
fix restore script issue atomantic#8
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Aug 5, 2016
1 parent 17325f7 commit 75b38e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Release History](#release-history)
- [v3.3.1](#v331)
- [v3.3.0](#v330)
- [v3.2.1](#v321)
- [v3.2.0](#v320)
- [v3.1.0](#v310)
Expand All @@ -15,6 +17,9 @@

# Release History

## v3.3.1
* fix restore

## v3.3.0
* include [httpie](https://github.com/jkbrzt/httpie)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotfiles",
"version": "3.3.0",
"version": "3.3.1",
"description": "atomantic dotfiles for osx",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
###########################

# include my library helpers for colorized echo and require_brew, etc
source ./lib.sh
source ./lib_sh/echos.sh
source ./lib_sh/requires.sh

bot "Do you wish to change your shell back to bash?"
read -r -p "[Y|n] " response
Expand Down

0 comments on commit 75b38e1

Please sign in to comment.