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.
1 parent b6af87b commit 0464b15Copy full SHA for 0464b15
scriptmodules/supplementary/skyscraper.sh
@@ -50,6 +50,10 @@ function install_skyscraper() {
50
)
51
}
52
53
+function remove_skyscraper() {
54
+ rm -f "$home/.bash_completion.d/Skyscraper.bash"
55
+}
56
+
57
# Get the location of the cached resources folder. In v3+, this changed to 'cache'.
58
# Note: the cache folder might be unavailable during first time installations
59
function _cache_folder_skyscraper() {
0 commit comments