You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-base/gdm/files/49-keychain-r1

10 lines
193 B

#!/bin/bash
# source keychain variables
keychain="`which keychain 2>/dev/null`"
if [ -n "$keychain" ] && [ -x "$keychain" ] && [ -f "$HOME/.bash_profile" ]
then
. "${HOME}/.bash_profile"
fi