mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-11 00:44:41 +00:00
fix: Apply neofetch alias to fish shell
This commit is contained in:
parent
c87d9feab4
commit
4d168d78e4
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source /etc/default/bazzite
|
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
|
if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
|
||||||
echo 'Running setup for Kinoite'
|
echo 'Running setup for Kinoite'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user