We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例如在bash中已经定义了ls
alias ls='ls $LS_OPTIONS -lA'
现在 eval "$(ap --bash)"之后,alias变成了如下定义
alias ls='ap ls'
能否实现eval之后把ls定义为
alias ls='ap $LS_OPTIONS -lA'
The text was updated successfully, but these errors were encountered:
我注意到这个问题了。因为我自己用 zsh,所以 zsh 下是花了心思的,可以保证这一点。 bash 和 fish 下确实存在此问题,正在想办法解决。 如果你有好办法,也欢迎通过 PR 贡献。
Sorry, something went wrong.
已解决。 @darren
Successfully merging a pull request may close this issue.
例如在bash中已经定义了ls
现在 eval "$(ap --bash)"之后,alias变成了如下定义
能否实现eval之后把ls定义为
The text was updated successfully, but these errors were encountered: