tldr/pages.pl/linux/abbr.md

22 lines
570 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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`