This commit is contained in:
TheSast 2023-04-30 12:53:17 +02:00 committed by GitHub
commit 7c1d3dbca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}