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
783dd150
Unverified
Commit
783dd150
authored
5 years ago
by
Pavel Omelchenko
Browse files
Options
Download
Email Patches
Plain Diff
change key string
parent
17f4cfca
master
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/homestead/homestead.plugin.zsh
+1
-1
plugins/homestead/homestead.plugin.zsh
with
1 addition
and
1 deletion
+1
-1
plugins/homestead/homestead.plugin.zsh
View file @
783dd150
# Homestead basic command completion
_homestead_get_command_list
()
{
homestead
--no-ansi
|
sed
"1,/
Available
commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
homestead
--no-ansi
|
sed
"1,/
Common
commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
}
_homestead
()
{
...
...
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