Update .bashrc
This commit is contained in:
parent
ff6c74fc5e
commit
cafea4b32c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
# make sure ssh related variables are available in non-interactive sessions (useful for emacs' exec-path-from-shell)
|
# make sure ssh related variables are available in non-interactive sessions (useful for emacs' exec-path-from-shell)
|
||||||
[[ -f "$HOME/.keychain/$HOSTNAME-sh" ]] && source "$HOME/.keychain/$HOSTNAME-sh"
|
[[ -f "$HOME/.keychain/$HOSTNAME-sh" ]] && source "$HOME/.keychain/$HOSTNAME-sh"
|
||||||
|
|
||||||
|
eval $(keychain -q --eval id_ed25519)
|
||||||
# if running interactively, run fish
|
# if running interactively, run fish
|
||||||
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
|
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue