From c1bafe01a2b51905479d851594328e48cd765ac0 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Fri, 24 May 2024 19:13:34 +0200 Subject: [PATCH] add functions to bashrc --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 1189aec..9993ef9 100644 --- a/bashrc +++ b/bashrc @@ -1,5 +1,6 @@ source /etc/profile 2>/dev/null source /etc/profile.d/* 2>/dev/null +source ~/.functions if [ -e /usr/bin/gnome-keyring-daemon ] ; then source <(/usr/bin/gnome-keyring-daemon --start --components=ssh)