add docker system completion remove script

This commit is contained in:
Simon Rieger 2024-06-26 22:45:40 +02:00
parent 3830510bd5
commit c1896e65c2
5 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
FILE="/usr/share/zsh/vendor-completions/_docker"
if [ -f "$FILE" ]; then
echo "Removing $FILE"
sudo rm "$FILE"
else
echo "$FILE does not exist"
fi

0
scripts/executable_get_current-window.py Normal file → Executable file
View file

0
scripts/executable_kde-autostart.sh Normal file → Executable file
View file

0
scripts/executable_phillips_hue-sync.sh Normal file → Executable file
View file

0
scripts/executable_set-systemsettings.sh Normal file → Executable file
View file