75
75
# ## rsc reset --force
76
76
# ## rsc reset --which=user
77
77
# ##
78
- # ## Version: 0.16.2-9005
78
+ # ## Version: 0.16.2-9006
79
79
# ## Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
80
80
# ## License: ISC
81
81
@@ -1731,7 +1731,7 @@ if [[ "${action}" == "config" ]]; then
1731
1731
echo " XDG_CONFIG_HOME: ${XDG_CONFIG_HOME:- <not set>} "
1732
1732
1733
1733
workdir=$( config_dir)
1734
- echo " config-dir: ${workdir} "
1734
+ echo " config-dir: ${workdir} [ $( dir_info " ${workdir} " ) ] "
1735
1735
1736
1736
file=${workdir} /pid.lock
1737
1737
echo " lockfile: ${file} [$( file_info " ${file} " ) ]"
@@ -1781,7 +1781,7 @@ if [[ "${action}" == "config" ]]; then
1781
1781
echo " XDG_CONFIG_HOME: ${XDG_CONFIG_HOME:- <not set>} "
1782
1782
echo " RSTUDIO_CONFIG_HOME: ${RSTUDIO_CONFIG_HOME:- <not set>} "
1783
1783
workdir=$( rstudio_config_home)
1784
- echo " RStudio config home: ${workdir} "
1784
+ echo " RStudio config home: ${workdir} [ $( dir_info " ${workdir} " ) ] "
1785
1785
file=${workdir} /rstudio-prefs.json
1786
1786
echo " RStudio user preferences: ${file} [$( file_info " ${file} " ) ]"
1787
1787
if $full && [[ -f " ${file} " ]]; then
@@ -1792,7 +1792,7 @@ if [[ "${action}" == "config" ]]; then
1792
1792
echo " XDG_DATA_HOME: ${XDG_DATA_HOME:- <not set>} "
1793
1793
echo " RSTUDIO_DATA_HOME: ${RSTUDIO_DATA_HOME:- <not set>} "
1794
1794
workdir=$( rstudio_data_home)
1795
- echo " RStudio data home: ${workdir} "
1795
+ echo " RStudio data home: ${workdir} [ $( dir_info " ${workdir} " ) ] "
1796
1796
if $full && [[ -d " ${workdir} " ]]; then
1797
1797
du --human-readable --si --summarize " ${workdir} " /*
1798
1798
if [[ -d " ${workdir} " /sessions/active/ ]]; then
0 commit comments