Skip to content

Instantly share code, notes, and snippets.

@juniormartinxo
Created June 11, 2022 11:49
Show Gist options
  • Select an option

  • Save juniormartinxo/d9fee62834e657452ec42cc9da2bb51b to your computer and use it in GitHub Desktop.

Select an option

Save juniormartinxo/d9fee62834e657452ec42cc9da2bb51b to your computer and use it in GitHub Desktop.

Criar comandos no Linux editando o .bashrc

Edite o arquivo .bashrc

nano ~/.bashrc

Crie o alias dentro do .bashrc

alias nomeDoComando='digite aqui o comando que será executado'

Referência:

Criando comandos no Linux com Bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment