Skip to content

Commit 4d168d7

Browse files
committed
fix: Apply neofetch alias to fish shell
1 parent c87d9fe commit 4d168d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system_files/desktop/shared/usr/bin/bazzite-user-setup

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
source /etc/default/bazzite
33

4+
# Apply Neofetch alias to Fish Shell
5+
mkdir -p $HOME/.config/fish/functions/
6+
ln -s /etc/profile.d/neofetch.sh $HOME/.config/fish/functions/neofetch.fish
7+
48
if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
59
echo 'Running setup for Kinoite'
610

0 commit comments

Comments
 (0)