6 lines
122 B
Bash
6 lines
122 B
Bash
export BROWSER=conkeror
|
|
export EDITOR="emacsclient -c -a emacs"
|
|
|
|
if [ -z "$SSH_AGENT_PID" ]; then
|
|
eval `ssh-agent`
|
|
fi
|