Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
0f0448fa
Commit
0f0448fa
authored
5 years ago
by
Jannik
Committed by
Marc Cornellà
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
ssh-agent: consolidate uppercase message (#7834)
parent
239649ae
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/ssh-agent/ssh-agent.plugin.zsh
+1
-1
plugins/ssh-agent/ssh-agent.plugin.zsh
with
1 addition
and
1 deletion
+1
-1
plugins/ssh-agent/ssh-agent.plugin.zsh
View file @
0f0448fa
...
...
@@ -5,7 +5,7 @@ function _start_agent() {
zstyle
-s
:omz:plugins:ssh-agent lifetime lifetime
# start ssh-agent and setup environment
echo
s
tarting ssh-agent...
echo
S
tarting ssh-agent...
ssh-agent
-s
${
lifetime
:+-t
}
${
lifetime
}
|
sed
's/^echo/#echo/'
>!
$_ssh_env_cache
chmod
600
$_ssh_env_cache
.
$_ssh_env_cache
>
/dev/null
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help