File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /usr/bin/env zsh
22# Copyright (C) 2017-present Arctic Ice Studio <[email protected] >33# Copyright (C) 2017-present Sven Greb <[email protected] >44
77# License: MIT
88# References:
99# https://tmux.github.io
10-
1110NORD_TMUX_COLOR_THEME_FILE=src/nord.conf
1211NORD_TMUX_VERSION=0.3.0
1312NORD_TMUX_STATUS_CONTENT_FILE=" src/nord-status-content.conf"
1413NORD_TMUX_STATUS_CONTENT_NO_PATCHED_FONT_FILE=" src/nord-status-content-no-patched-font.conf"
1514NORD_TMUX_STATUS_CONTENT_OPTION=" @nord_tmux_show_status_content"
1615NORD_TMUX_NO_PATCHED_FONT_OPTION=" @nord_tmux_no_patched_font"
17- _current_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
16+ _current_dir=" ${0 : a : h} "
1817
1918__cleanup () {
2019 unset -v NORD_TMUX_COLOR_THEME_FILE NORD_TMUX_VERSION
You can’t perform that action at this time.
0 commit comments