Adding an alias to zsh-abbr via fzf #94
-
Beta Was this translation helpful? Give feedback.
Answered by
LangLangBart
Jun 14, 2023
Replies: 2 comments 1 reply
-
alias | fzf --multi | while IFS= read -r line; do abbr add --force "$(eval print -r -- "$line")"; done |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LangLangBart
-
Is the result different from the result of zsh-abbr's import-aliases? https://zsh-abbr.olets.dev/commands.html#import-aliases |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eval
was needed