From 850e061bc6bce95f271b959432655e852962c704 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 21 Apr 2017 21:38:51 +0200 Subject: [PATCH 1/3] GHI-#4 Add missing hashbang for the plugin loader --- nord.tmux | 1 + 1 file changed, 1 insertion(+) diff --git a/nord.tmux b/nord.tmux index 10c5cff..8669a5f 100644 --- a/nord.tmux +++ b/nord.tmux @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # title Nord tmux TPM Loader + # project nord-tmux + From b470157c2e268d658d521adfd4b09f352c1a73d0 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 21 Apr 2017 21:39:25 +0200 Subject: [PATCH 2/3] GHI-#4 Set the execution permission flag for the plugin loader file --- nord.tmux | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 nord.tmux diff --git a/nord.tmux b/nord.tmux old mode 100644 new mode 100755 From e69a685ad627d62cb2cb228cd76f971a8d62f7c2 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 21 Apr 2017 21:44:55 +0200 Subject: [PATCH 3/3] Prepare stable development plugin release version 0.1.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- nord.tmux | 2 +- src/nord.conf | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce0824..4f283b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ --- +# 0.1.1 +*2017-04-21* +## Bug Fixes +❯ Fixed the plugin to be not loadable due to the missing `#!/usr/bin/env bash` hashbang and `+x` permission flag for the plugin loader [`nord.tmux`](https://github.com/arcticicestudio/nord-tmux/blob/develop/nord.tmux) which caused `tpm` to exit with code `126`. (@arcticicestudio, #4, c049da5e) + # 0.1.0 *2017-04-20* ## Features diff --git a/README.md b/README.md index 6b7dc2b..ab51f6b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ tmux source-file `~/.tmux.conf`

Fits to many terminal applications based on Nord

## Development -[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-tmux/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-tmux/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-tmux/issues). diff --git a/nord.tmux b/nord.tmux index 8669a5f..0871f7e 100755 --- a/nord.tmux +++ b/nord.tmux @@ -14,7 +14,7 @@ # tmux # https://tmux.github.io NORD_TMUX_COLOR_THEME_FILE=src/nord.conf -NORD_TMUX_VERSION=0.1.0 +NORD_TMUX_VERSION=0.1.1 _current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" __cleanup() { diff --git a/src/nord.conf b/src/nord.conf index 55d4aa8..df0ef64 100644 --- a/src/nord.conf +++ b/src/nord.conf @@ -1,7 +1,7 @@ # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # title Nord tmux + # project nord-tmux + -# version 0.1.0 + +# version 0.1.1 + # repository https://github.com/arcticicestudio/nord-tmux + # author Arctic Ice Studio + # email development@arcticicestudio.com +