Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
5516f8c4
Commit
5516f8c4
authored
Jan 01, 2012
by
Robby Russell
Browse files
Merge pull request #790 from cicloid/master
Getting the hostname, correctly everywhere.
parents
3e9493fb
cb501645
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
5516f8c4
...
...
@@ -39,7 +39,7 @@ hosts=(
"
$_global_ssh_hosts
[@]"
"
$_ssh_hosts
[@]"
"
$_etc_hosts
[@]"
`
hostname
`
"
$HOST
"
localhost
)
zstyle
':completion:*:hosts'
hosts
$hosts
...
...
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