Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append_path: command not found #104

Open
kekonn opened this issue Dec 27, 2021 · 0 comments
Open

append_path: command not found #104

kekonn opened this issue Dec 27, 2021 · 0 comments

Comments

@kekonn
Copy link

kekonn commented Dec 27, 2021

When using bass to run the profile.d directory after login, I get the titular error from 2 files:

  • /etc/profile.d/flatpak-bindir.sh
  • /etc/profile.d/perlbin.sh

I am running fish v3.1.1 on Garuda.

flatpak-bindir.sh

if [ -n "$XDG_DATA_HOME" ] && [ -d "$XDG_DATA_HOME/flatpak/exports/bin" ]; then
append_path "$XDG_DATA_HOME/flatpak/exports/bin"
elif [ -n "$HOME" ] && [ -d "$HOME/.local/share/flatpak/exports/bin" ]; then
append_path "$HOME/.local/share/flatpak/exports/bin"
fi

if [ -d /var/lib/flatpak/exports/bin ]; then
append_path /var/lib/flatpak/exports/bin
fi

gets me "flatpak-bindir.sh: line 4: append_path: command not found"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant