]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config: Add profile script for fish shell
authorFrederik “Freso” S. Olesen <freso.dk@gmail.com>
Fri, 22 Mar 2024 17:21:04 +0000 (18:21 +0100)
committerMark Wielaard <mark@klomp.org>
Sun, 24 Mar 2024 16:50:44 +0000 (17:50 +0100)
commit6228e2fedf419a7f1d70dc14a3b53a8a97394b88
treeca6e70d2e43e71a701692e20ea39128975250947
parent669b648111d3bc27cd4756879f5fe5a18515de77
config: Add profile script for fish shell

Add support for setting $DEBUGINFOD_URLS automatically in the fish shell
similar to the profile scripts for POSIX and csh shells.

Makefile is set to install this into fish’s $XDG_DATA_DIRS vendor
directory instead of under /etc:
https://fishshell.com/docs/current/language.html#configuration-files

* config/profile.fish.in: Set $DEBUGINFOD_URLS in fish shells.
* configure.ac, config/Makefile.am: Include profile.fish in
  install and uninstall targets.

Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
config/Makefile.am
config/profile.fish.in [new file with mode: 0644]
configure.ac