Remove echo statements
This commit is contained in:
parent
76fcba4493
commit
8fb1f921bb
1 changed files with 0 additions and 2 deletions
2
.profile
2
.profile
|
|
@ -6,9 +6,7 @@ export BROWSER=/usr/bin/firefox
|
|||
|
||||
SSH_ENV="$HOME/.ssh/environment"
|
||||
function start_agent {
|
||||
echo "Initialising new SSH agent..."
|
||||
/usr/bin/ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}"
|
||||
echo "succeeded"
|
||||
chmod 600 "${SSH_ENV}"
|
||||
. "${SSH_ENV}" > /dev/null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue