diff -r 4cbd9c0beb4c -r dc3c102e1264 bash-completion.sh --- a/bash-completion.sh Tue Dec 26 23:46:45 2023 +0100 +++ b/bash-completion.sh Wed Dec 27 01:50:38 2023 +0100 @@ -1,4 +1,4 @@ -# ShaderShark +# OHP3D # Copyright © 2023 František Kučera (Frantovo.cz, GlobalCode.info) # # This program is free software: you can redistribute it and/or modify @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_shader_shark_completion() { +_ohp3d_completion() { local w0 w1 w2 w3 COMPREPLY=() @@ -52,4 +52,4 @@ fi } -complete -F _shader_shark_completion shader-shark +complete -F _ohp3d_completion ohp3d