mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
[↑] fixed tpm not checking sourced files
This commit is contained in:
parent
99469c4a9b
commit
02bf7da430
@ -38,7 +38,7 @@ _tmux_conf_contents() {
|
||||
if [ "$1" == "full" ]; then # also output content from sourced files
|
||||
local file
|
||||
for file in $(_sourced_files); do
|
||||
cat $(_manual_expansion "$file") 2>/dev/null
|
||||
cat "$(eval echo "$(_manual_expansion "$file")")" 2>/dev/null
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user