dotfiles/.profile: fix keychain setup
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
||||
|
||||
if [ ! -z "$(command -v keychain)" ]
|
||||
then
|
||||
KEYCHAIN_RC="$HOME/.keychain/${HOST%%.*}-sh"
|
||||
KEYCHAIN_RC="$HOME/.keychain/$(hostname -s)-sh"
|
||||
keychain -q
|
||||
if [ -s "$KEYCHAIN_RC" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user