abbr: add French translation (#7854)

feature/windows-fix-syntax-2
Gatien 2022-03-06 19:57:52 +01:00 committed by GitHub
parent baf0f1ad15
commit 6c177bf48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

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

@ -0,0 +1,21 @@
# abbr
> Gère les abréviations pour le shell Fish.
> Les mots définis par l'utilisateur sont remplacés par des phrases plus longues après leur saisie.
> Plus d'informations : <https://fishshell.com/docs/current/cmds/abbr.html>.
- Ajoute une nouvelle abréviation :
`abbr --add {{nom_abrégé}} {{commande}} {{arguments_de_la_commande}}`
- Renomme une abréviation existante :
`abbr --rename {{ancien_nom}} {{nouveau_nom}}`
- Supprime une abréviation existante :
`abbr --erase {{nom_abrégé}}`
- Importe les abréviations définies sur un autre hôte via SSH :
`ssh {{nom_de_l_hôte}} abbr --show | source`