1
0
Fork 0
mirror of synced 2024-06-15 13:31:10 -04:00
tpm/scripts/helpers
Grigory Chernyshev 7f25487004 Improve sourced_files method.
There are several issues with this method, such as #141, #112 probably
some others, which says there are problem installing plugins.
The problme is that `sourced_files` method doesn't always correctly
identifies sources files, so plugin settings defined in those
configuration files would not be loaded.

This change fixes this by doing next things:

  * excluding `tmux source` command, which could present in config
  * greping all `source` lines
  * awk command is left original
  * using `eval`, so that globed files `source *.conf` would be loaded
    as well
2018-09-30 17:25:09 +02:00
..
plugin_functions.sh Improve sourced_files method. 2018-09-30 17:25:09 +02: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