Open
Description
I get to this issue from bash-my-aws, which have this alias in it: alias buckets='${BMA_HOME:-$HOME/.bash-my-aws}/bin/bma buckets'
.
The buckets
alias works, and the autocomplete work fine, but for some reason it highlights it as not found.
There is superuser question about it.
Step to reproduce:
echo "echo run" > $HOME/run.sh
chmod +x ~/run.sh
alias run="\$HOME/run.sh"
run
Metadata
Metadata
Assignees
Labels
No labels