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
They were printed without the namespace but the namespace can be used to
indicate where the alias comes from and it is important to see in the
summary. This patch fixes that by changing `name` to `str`.
Before:
```
Aliases: dev, cider, zprint, local
```
After:
```
Aliases: :dev, :home/cider, :home/zprint, :mine/local
```
0 commit comments