Removed ssh_agent being launched from .bashrc

This commit is contained in:
GaspardCulis 2023-10-27 13:36:43 +02:00
parent af16e57841
commit 2b72ea43aa

View file

@ -16,11 +16,6 @@ fi
[[ -z "$FUNCNEST" ]] && export FUNCNEST=100 # limits recursive functions, see 'man bash' [[ -z "$FUNCNEST" ]] && export FUNCNEST=100 # limits recursive functions, see 'man bash'
## SSH agent
if [[ ! -n ${SSH_CONNECTION} ]]; then
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
fi
## Use the up and down arrow keys for finding a command in history ## Use the up and down arrow keys for finding a command in history
## (you can write some initial letters of the command first). ## (you can write some initial letters of the command first).
bind '"\e[A":history-search-backward' bind '"\e[A":history-search-backward'