Skip to content

Commit

Permalink
Release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Aug 11, 2017
1 parent 027119f commit 1e867d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.13
======

* Bug fixes:
- Remove theme file location debug output


0.1.12
======

Expand Down
2 changes: 0 additions & 2 deletions src/gws
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ function read_theme() {
# Printing in color.
if [[ -t 1 ]]; then
for theme_file in "${THEME_FILE_PATH[@]}"; do
echo "Trying $theme_file"
if [[ -e "$theme_file" ]]; then
echo "Found $theme_file"
source "$theme_file"
break
fi
Expand Down

0 comments on commit 1e867d8

Please sign in to comment.