From ee30b6f60be27aff419b7d36a386e0857584358e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 15 Apr 2024 11:21:30 +0200 Subject: [PATCH] etc/profile.d/functions --- etc/profile.d/functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index c1665a37..63c2e68a 100755 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -1,8 +1,10 @@ +#!/bin/bash ################################################################################# # # FUNCTIONS - CORE # ################################################################################# + type -P which > /dev/null || which() { type -P "$1" 2>&1; } cat_stty() { -- 2.47.3