Files
tldr/pages.pl/linux/abbr.md
2023-10-19 18:16:11 +02:00

22 lines
570 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# abbr
> Zarządzaj skrótami dla powłoki fish.
> Zdefiniowane przez użytkownika słowa są zastępowane po wpisaniu dłuższymi zwrotami.
> Więcej informacji: <https://fishshell.com/docs/current/cmds/abbr.html>.
- Dodaj nowy skrót:
`abbr --add {{nazwa_skrótu}} {{polecenie}} {{argumenty_polecenia}}`
- Zmień nazwę istniejącego skrótu:
`abbr --rename {{stara_nazwa}} {{nowa_nazwa}}`
- Usuń istniejący skrót:
`abbr --erase {{nazwa_skrótu}}`
- Zaimportuj skróty zdefiniowane na innym hoście poprzez SSH:
`ssh {{nazwa_hosta}} abbr --show | source`