mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Uups, fix last commit
This commit is contained in:
parent
e19b7689e0
commit
57e36cde13
@ -17,7 +17,7 @@ shared_get_tpm_plugins_list() {
|
||||
if [ -z "${plugins_list}" ]; then
|
||||
#read set -g @plugin "tmux-plugins/tmux-example-plugin" entries
|
||||
cat /etc/tmux.conf ~/.tmux.conf 2>/dev/null |
|
||||
awk '/^ +set +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
|
||||
awk '/^ *set +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
|
||||
else
|
||||
printf "%s\\n" "${plugins_list}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user