mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
chore: Apply fish shell alias last
This commit is contained in:
parent
4d168d78e4
commit
507cf9de0a
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
source /etc/default/bazzite
|
||||
|
||||
# Apply Neofetch alias to Fish Shell
|
||||
mkdir -p $HOME/.config/fish/functions/
|
||||
ln -s /etc/profile.d/neofetch.sh $HOME/.config/fish/functions/neofetch.fish
|
||||
|
||||
if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
|
||||
echo 'Running setup for Kinoite'
|
||||
|
||||
@ -68,6 +64,10 @@ if grep -qz 'fedora' <<< $(flatpak remotes); then
|
||||
fi
|
||||
flatpak remote-add --if-not-exists --user flathub /etc/flatpak/remotes.d/flathub.flatpakrepo
|
||||
|
||||
# Apply Neofetch alias to Fish Shell
|
||||
mkdir -p $HOME/.config/fish/functions/
|
||||
ln -s /etc/profile.d/neofetch.sh $HOME/.config/fish/functions/neofetch.fish
|
||||
|
||||
# Prevent future executions
|
||||
echo "Writing state file"
|
||||
touch $HOME/.bazzite-configured
|
||||
|
Loading…
x
Reference in New Issue
Block a user