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
Ohmyzsh
Commits
cb501645
Commit
cb501645
authored
Dec 30, 2011
by
Gustavo Barron
Browse files
Get the Hostname
Main library should use ZSH native hostname function
parent
3e9493fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
cb501645
...
...
@@ -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