1
0
mirror of https://github.com/tmux-plugins/tpm.git synced 2024-06-22 07:06:42 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
Bruno BELANYI
9d2a389f90 Use XDG-compatible plugin path when available
If the `tmux.conf` file is found at a XDG_CONFIG_HOME, use this
directory to store the plugins instead of `$HONE/.tmux/`.

This is only effective if the user has not overridden the value of
`TMUX_PLUGIN_MANAGER_PATH` in their configuration file.
2020-08-31 11:32:07 +02:00
Bruno Sutic
79d90f90f7
Refactor 'tpm' script 2015-08-03 15:20:40 +02:00
Bruno Sutic
0f0d9adb06
Refactor how TPM path is set 2015-08-03 01:11:39 +02:00
Bruno Sutic
57c0623fb8
More variable quoting 2015-08-03 00:44:43 +02:00
Bruno Sutic
d7d269381e
Move stuff to 'scripts/variables.sh' 2015-08-03 00:43:59 +02:00
Bruno Sutic
19da205b0b
Enable removing plugins via CLI executable 2015-08-03 00:33:38 +02:00
Bruno Sutic
7ff8de38a4
Enable updating plugins via cli executable 2015-08-02 12:56:44 +02:00
Bruno Sutic
121ac2f419
Start using $SCRIPTS_DIR constant 2015-08-01 18:14:05 +02:00
Bruno Sutic
40ba8e58dc
Enable installing plugins via cli executable 2015-08-01 18:14:04 +02:00
Bruno Sutic
79e4ba885d
Use new plugin syntax all around 2015-07-07 01:49:33 +02:00
Bruno Sutic
824906ffa5
Minor wording tweaks 2015-06-02 21:36:35 +02:00
Javier Lopez
2d5ecdbe4a add removal procedure 2015-05-26 22:46:15 -05:00
Bruno Sutic
cf9bd36d15
Enable overriding default key bindings
Closes #19
2015-03-14 20:21:38 +01:00
Bruno Sutic
3a5f56f10d U key binding shows a list of installed plugins 2014-08-05 18:45:59 +02:00
Bruno Sutic
1e5f07085b Rename script for plugin installation 2014-08-05 18:15:07 +02:00
Bruno Sutic
86b5c3ab7e Move key binding to the main file 2014-08-05 17:28:38 +02:00
Bruno Sutic
7a04137f69 Add tmux version check
TPM won't work unless tmux version is 1.9 or higher.

Closes #2
2014-07-17 23:14:32 +02:00
Bruno Sutic
77747b8e02 Switching to tab indentation 2014-05-24 23:15:13 +02:00
Bruno Sutic
518777cfbd Fix all redirects to /dev/null 2014-05-23 14:18:22 +02:00
Bruno Sutic
89b5c18196 First commit 2014-05-19 11:42:56 +02:00