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
Describe the bug It seems to this only works for abbr, but not for alias & function? Or I'm too dumb...
To Reproduce
So it works for me for e.g. abbr -a x lsd -l, when I type lsd -l it suggests 💡 x => lsd -l.
abbr -a x lsd -l
lsd -l
x => lsd -l
Even for abbr -a y ls -l it doesn't seem to work and ls -l won't show y => lsd -l,
abbr -a y ls -l
ls -l
y => lsd -l
but more importantly e.g. for my https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/fish/conf.d/ssh.fish, if I do ssh localhost it doesn't show the 💡 hint,
ssh localhost
nor for any of my l* in https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/fish/conf.d/alias.fish
l*
System (please complete the following information):
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
gazorby
Successfully merging a pull request may close this issue.
Describe the bug
It seems to this only works for abbr, but not for alias & function? Or I'm too dumb...
To Reproduce
So it works for me for e.g.
abbr -a x lsd -l
, when I typelsd -l
it suggests 💡x => lsd -l
.Even for
abbr -a y ls -l
it doesn't seem to work andls -l
won't showy => lsd -l
,but more importantly e.g. for my https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/fish/conf.d/ssh.fish, if I do
ssh localhost
it doesn't show the 💡 hint,nor for any of my
l*
in https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/fish/conf.d/alias.fishSystem (please complete the following information):
cat /etc/os-release
= Fedora 37The text was updated successfully, but these errors were encountered: