Skip to content

Commit 8d9b5af

Browse files
authored
Merge pull request #3866 from cmitu/skyscraper-pr11
skyscraper: delete Bash completion on removal
2 parents 555bb29 + 0464b15 commit 8d9b5af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scriptmodules/supplementary/skyscraper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ function _config_files_skyscraper() {
7676
echo "${config_files[@]}"
7777
}
7878

79+
function remove_skyscraper() {
80+
rm -f "$home/.bash_completion.d/Skyscraper.bash"
81+
}
82+
7983
# Get the location of the cached resources folder. In v3+, this changed to 'cache'.
8084
# Note: the cache folder might be unavailable during first time installations
8185
function _cache_folder_skyscraper() {

0 commit comments

Comments
 (0)