.bashrc Cheatsheet - Shortcut Commands

chrischase011

Christopher Robin Chase

Posted on September 12, 2024

.bashrc Cheatsheet - Shortcut Commands

My own .bashrc file uses aliases that you can use in your development. This file can speed up your development without typing long commands.

Note: You must have Git Bash, WSL, Linux OS, macOS, or any platform/software that can run a Bash shell (or a compatible shell) to make it work.

This .bashrc provides shortcut command for:

Basic Bash commands

  • NPM Core
  • Nuxt
  • Git
  • Vite
  • Laravel

Please visit the Github repository stated below to clone and check the available commands. You can also send a pull request to provide more shortcut commands to this .bashrc file.

Github Link: https://github.com/chrischase011/bashrc-cheatsheet

Prepared by: Christopher Robin Chase - Software Engineer

💖 💪 🙅 🚩
chrischase011
Christopher Robin Chase

Posted on September 12, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related