Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#2-tmux-plugin-manager-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 20, 2017
2 parents e759aed + 8d89ddc commit e58b52e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions nord.tmux
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord tmux TPM Loader +
# project nord-tmux +
# repository https://github.com/arcticicestudio/nord-tmux +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Nord
# https://github.com/arcticicestudio/nord
# tmux
# https://tmux.github.io
NORD_TMUX_COLOR_THEME_FILE=src/nord.conf
NORD_TMUX_VERSION=0.0.0
_current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

__cleanup() {
unset -v NORD_TMUX_COLOR_THEME_FILE NORD_TMUX_VERSION
unset -v _current_dir
unset -f __load __cleanup
}

__load() {
tmux source-file "$_current_dir/$NORD_TMUX_COLOR_THEME_FILE"
}

__load
__cleanup

0 comments on commit e58b52e

Please sign in to comment.