You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nami:~]$ uname -a
Darwin nami.local 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64 i386 MacBookPro16,1 Darwin
[nami:~]$
The text was updated successfully, but these errors were encountered:
I ran into this weird issue and hopefully, someone may find it useful in case your .bash_profile is messy like mine 😅
so when I added
source <(ecctl generate completions)
into my .bash_profile and typedecctl
in my terminal, I was getting no suggestions.Thus I ended up like this as a workaround like this.
In my .bash_profile I added extra block below because I ran into this issue
/Users/surfer/Dropbox/Mackup/ecctl.completion
is created like this.$ ecctl generate completions > /Users/surfer/Dropbox/Mackup/ecctl.completion
The text was updated successfully, but these errors were encountered: