diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-22 10:28:36 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-22 10:40:27 -0400 |
commit | 24b7f18223f59a0f75126f353b438b55594a8fc7 (patch) | |
tree | 7e0f0698487593700009c03bd9611f5ed8e03404 /x11-terms/kitty-shell-integration | |
parent | dev-python/urwidtrees: add python-3.12 support (diff) | |
download | gentoo-24b7f18223f59a0f75126f353b438b55594a8fc7.tar.gz gentoo-24b7f18223f59a0f75126f353b438b55594a8fc7.tar.bz2 gentoo-24b7f18223f59a0f75126f353b438b55594a8fc7.zip |
x11-terms/kitty-shell-integration: prefix kitty.bash with 90-
Fits better with the new 10-gentoo-*.bash files.
kitty's modifies PS1 so it needs to come after PS1 has been determined
which is no longer done by the bashrc itself, so give it a high number.
Thankfully "kitty.bash" still sorts after 10-gentoo-color.bash (which
overwrites PS1) so bash's files changes did not break anything.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty-shell-integration')
-rw-r--r-- | x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild (renamed from x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1.ebuild) | 2 | ||||
-rw-r--r-- | x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild index c3b309c79626..a50a1338ca92 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild @@ -23,7 +23,7 @@ src_install() { insinto /usr/share/kitty doins -r shell-integration - dosym -r {/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash + dosym -r {/usr/share/kitty/shell-integration/bash/,/etc/bash/bashrc.d/90-}kitty.bash dosym -r /usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish dosym -r /usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild index f6d49ccbd8a8..5e6174ae77d5 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ src_install() { insinto /usr/share/kitty doins -r shell-integration - dosym -r {/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash + dosym -r {/usr/share/kitty/shell-integration/bash/,/etc/bash/bashrc.d/90-}kitty.bash dosym -r /usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish dosym -r /usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish |