Removed ssh_agent being launched from .bashrc
This commit is contained in:
parent
af16e57841
commit
2b72ea43aa
1 changed files with 0 additions and 5 deletions
|
@ -16,11 +16,6 @@ fi
|
|||
|
||||
[[ -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
|
||||
## (you can write some initial letters of the command first).
|
||||
bind '"\e[A":history-search-backward'
|
||||
|
|
Loading…
Reference in a new issue