mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 05:06:00 +02:00
abbr: add pt_BR translation (#8211)
This commit is contained in:
parent
b7c6980c8f
commit
98dfcc76fa
1 changed files with 21 additions and 0 deletions
21
pages.pt_BR/linux/abbr.md
Normal file
21
pages.pt_BR/linux/abbr.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# abbr
|
||||
|
||||
> Gerencie abreviações para fish-shell.
|
||||
> Palavras definidas pelo usuário são substituídas por frases longas assim que são digitadas.
|
||||
> Mais informações: <https://fishshell.com/docs/current/cmds/abbr.html>.
|
||||
|
||||
- Adicione uma nova abreviação:
|
||||
|
||||
`abbr --add {{nome_abreviacao}} {{comando}} {{orgumentos_comando}}`
|
||||
|
||||
- Renomear uma abreviação existente:
|
||||
|
||||
`abbr --rename {{nome_antigo}} {{novo_nome}}`
|
||||
|
||||
- Apagar uma abreviação existente:
|
||||
|
||||
`abbr --erase {{nome_abreviacao}}`
|
||||
|
||||
- Importar abreviações definidas em outro host via SSH:
|
||||
|
||||
`ssh {{nome_host}} abbr --show | source`
|
Loading…
Add table
Reference in a new issue