Skip to content

Instantly share code, notes, and snippets.

View CreateSean's full-sized avatar

CreateSean

View GitHub Profile
@CreateSean
CreateSean / bash-alias.md
Last active February 8, 2024 15:10
Bash Aliases

To add aliases to BASH in windows

  1. open terminal
  2. cd ~
  3. touch .bashrc
  4. code .bashrc
  5. paste the following aliases and/or add your own
  6. Restart terminal

Aliases