Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zsh compatible autocompletion script #1490

Merged
merged 19 commits into from Jun 28, 2021

Conversation

dhsathiya
Copy link
Member

@dhsathiya dhsathiya commented Dec 15, 2020

Peek 2020-12-15 13-56

Add following in .zshrc

fpath=(/path/to/directory $fpath)
autoload -Uz compinit
compinit -d ~/.zcompdump_custom

To disable the password on sudo add following in /etc/sudoers or use visudo command.

USERNAME ALL= NOPASSWD: /usr/local/bin/ee /usr/bin/docker /usr/local/bin/docker-compose

replae USERNAME with user of your system

Installation

  1. echo $fpath
  2. need to add the script at one of the path

dhsathiya and others added 12 commits November 30, 2020 15:26
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
…to disable-global-autocompletions

Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
@kirtangajjar kirtangajjar added this to In progress in v4.3.0 Jun 21, 2021
@mrrobot47 mrrobot47 merged commit 129db44 into EasyEngine:develop Jun 28, 2021
v4.3.0 automation moved this from In progress to Done Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v4.3.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants