Update .bashrc
This commit is contained in:
parent
2c3e07854a
commit
ca5ea4d376
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
|||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# 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"
|
||||
|
||||
eval $(keychain -q --eval id_ed25519)
|
||||
# if running interactively, run fish
|
||||
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue