-
Notifications
You must be signed in to change notification settings - Fork 50
Preexec hook works correctly,but no output is printed #33
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
Comments
I assume you did run with with the previous: shell_aliases=$(alias)
shell_functions=$(functions | grep '^[a-zA-Z].\+ () {$')
echo $shell_functions "\n" $git_aliases "\n" $shell_aliases | \
python ${_alias_tips__PLUGIN_DIR}/alias-tips.py $* ? Still no output? Could you print |
@djui Thinks for rapid response, still no any output.I can print |
Could you post the output here, stripping away any privacy related items? |
I tried both ❯ echo $shell_aliases # prints only 2 lines
-='cd -'
..='% alias for |
@zgqq |
Uh oh!
There was an error while loading. Please reload this page.
This echo doesn't print corresponding alias.
The text was updated successfully, but these errors were encountered: