add docker system completion remove script
This commit is contained in:
parent
3830510bd5
commit
c1896e65c2
5 changed files with 10 additions and 0 deletions
10
run_onchange_docker_completion.sh
Executable file
10
run_onchange_docker_completion.sh
Executable 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
0
scripts/executable_get_current-window.py
Normal file → Executable file
0
scripts/executable_kde-autostart.sh
Normal file → Executable file
0
scripts/executable_kde-autostart.sh
Normal file → Executable file
0
scripts/executable_phillips_hue-sync.sh
Normal file → Executable file
0
scripts/executable_phillips_hue-sync.sh
Normal file → Executable file
0
scripts/executable_set-systemsettings.sh
Normal file → Executable file
0
scripts/executable_set-systemsettings.sh
Normal file → Executable file
Loading…
Reference in a new issue