We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c7ab9 commit 15691a9Copy full SHA for 15691a9
1 file changed
build_files/10-tooling.sh
@@ -40,7 +40,7 @@ install_shell_tools() {
40
tmpdir=$(mktemp -d)
41
curl -L "$url" -o - | tar xvzf - -C "$tmpdir" --strip-components=1
42
cp "$tmpdir/zsh-patina" /usr/bin
43
- cp "$tmpdir/completion/_zsh_patina" /usr/share/zsh/site-functions
+ cp "$tmpdir/completion/_zsh-patina" /usr/share/zsh/site-functions
44
rm -rf "$tmpdir"
45
46
dnf5 -y copr enable atim/starship
0 commit comments