abbr: add Polish translation (#11059)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
rozie 2023-10-19 16:16:11 +00:00 committed by GitHub
parent 1c00ae865a
commit c1b49fccc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
pages.pl/linux/abbr.md Normal file
View File

@ -0,0 +1,21 @@
# 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`