We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555bb29 + 0464b15 commit 8d9b5afCopy full SHA for 8d9b5af
scriptmodules/supplementary/skyscraper.sh
@@ -76,6 +76,10 @@ function _config_files_skyscraper() {
76
echo "${config_files[@]}"
77
}
78
79
+function remove_skyscraper() {
80
+ rm -f "$home/.bash_completion.d/Skyscraper.bash"
81
+}
82
+
83
# Get the location of the cached resources folder. In v3+, this changed to 'cache'.
84
# Note: the cache folder might be unavailable during first time installations
85
function _cache_folder_skyscraper() {
0 commit comments