tpm/scripts/helpers
Thore Weilbier 2c4a2dfd65
Add flexible tmux configuration load function.
Add function `_get_user_tmux_conf` to helper script `plugin_functions`.
Function is searching for the users tmux configuration on multiple
places by a prioritized order.
The response is used within`_tmux_conf_contents` to read in the content
as normally.
Add new environment variable `TMUX_PLUGIN_MANAGER_CONFIG_LOCATION` which
is optional to be defined.
If so it has the highest priority to be loaded, despite if the file
exist or not.
XDG directory support has been added as well by the second priority
location at `$XDG_CONFIG_HOME/tmux/tmux.conf`.
2018-11-02 13:07:53 +01:00
..
plugin_functions.sh Add flexible tmux configuration load function. 2018-11-02 13:07:53 +01:00
shell_echo_functions.sh Helper functions refactoring 2015-08-03 15:17:07 +02:00
tmux_echo_functions.sh Bugfix: `Escape` quits tpm with emacs copy mode 2015-08-04 17:20:03 +02:00
tmux_utils.sh Helper functions refactoring 2015-08-03 15:17:07 +02:00
utility.sh Move all helpers to 'helpers/' dir 2015-08-03 17:56:45 +02:00