mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
tealdeer: Remove TEALDEER_CACHE_DIR environment variable (#3992)
This commit is contained in:
parent
d01ef9349d
commit
91aedf9203
@ -15,14 +15,14 @@
|
||||
" Write-Host 'File' $file 'does not exists. Creating.' -f Yellow",
|
||||
" $CONT = @(",
|
||||
" '[directories]'",
|
||||
" \"cache_dir = `\"$persist_dir\\cache`\"\"",
|
||||
" \"custom_pages_dir = `\"$persist_dir\\custom-pages`\"\"",
|
||||
" ) -replace '\\\\', '\\\\'",
|
||||
" Set-Content \"$dir\\$file\" ($CONT -join \"`r`n\") -Encoding ASCII",
|
||||
"}"
|
||||
],
|
||||
"env_set": {
|
||||
"TEALDEER_CONFIG_DIR": "$dir",
|
||||
"TEALDEER_CACHE_DIR": "$dir\\cache"
|
||||
"TEALDEER_CONFIG_DIR": "$dir"
|
||||
},
|
||||
"bin": "tldr.exe",
|
||||
"persist": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user