mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
abbr: add Polish translation (#11059)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
1c00ae865a
commit
c1b49fccc4
1 changed files with 21 additions and 0 deletions
21
pages.pl/linux/abbr.md
Normal file
21
pages.pl/linux/abbr.md
Normal 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`
|
Loading…
Add table
Reference in a new issue