microsoft / inshellisense

IDE style command line auto complete
MIT License
8.23k stars 180 forks source link

feat: support zsh alias #71

Closed Muffeter closed 7 months ago

Muffeter commented 7 months ago

I'm trying to make alias work. I just write a zsh alias version for inshellisense. If it work well, i'll support other shell. : )

In zsh config :

# ~/.zshrc

#alias
alias t="echo hello"

and in the inshellisense : image

Muffeter commented 7 months ago

@microsoft-github-policy-service agree

cpendery commented 7 months ago

This pr is affected by #79, and will be closed once the redesign is completed as history will be supported by default.