From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 035DD3858D33 for ; Sun, 24 Mar 2024 16:59:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 035DD3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 035DD3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711299550; cv=none; b=szQkfxdTHPRSCejjil88y68GwpIWqDG7PpYepqbqwpuaI+MnhgiAZazaVf1xod5+QXzUGmHUIQAbcOsNosc2KfI2l63LhC1MMUq1hFBbDs0Lz+p2BUTi4YonnPlbGjpS7ZwCzWHjBq7zeejf9R1x0l/sLPyDL3plrG0CGnB+1VA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711299550; c=relaxed/simple; bh=Mkf5zPLhHQHucFKG6zOM6trriexUYHqcMn7WMFy6Qzs=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=uBygvd47a1HwQnqJ7ZD+J6pUnseY9Tyos1fCZwJYmQ4T0H5HZuNh2uaAGALhrGIogpwY090xqr8jrdaiVxonzgY3HyDwI0GtOWFEXlRcZC9vRU4tjlBCVrThm6pI3PSpVBZoUXoYLxLHIgI4HQ07I1ARfMEpDr+0r5woqRP0S1c= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id E5879300046F; Sun, 24 Mar 2024 17:59:06 +0100 (CET) Date: Sun, 24 Mar 2024 17:59:06 +0100 From: Mark Wielaard To: Frederik =?utf-8?B?4oCcRnJlc2/igJ0gUy4=?= Olesen Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH v2] config: Add profile script for fish shell Message-ID: <20240324165906.GE5673@gnu.wildebeest.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Freso, On Fri, Mar 22, 2024 at 06:21:04PM +0100, Frederik “Freso” S. Olesen wrote: > 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. Looks good. Pushed. Thanks, Mark