An open API service indexing awesome lists of open source software.

https://github.com/jgphilpott/bash_aliases

A repository to share my bash aliases.
https://github.com/jgphilpott/bash_aliases

alias aliases bash

Last synced: 30 days ago
JSON representation

A repository to share my bash aliases.

Awesome Lists containing this project

README

          



# Intro

Bash aliases are a shortened version of a larger command. Typing long commands can get a little monotonous if it's part of your regular workflow so using aliases helps to save time and reduce stress. This repository is a collection of popular aliases to help simplify your life.

# Usage

To use these aliases in your own terminal you will need to save them into the `.bash_aliases` file in your users root directory. If the `.bash_aliases` file doesn't already exist you can create it with the `touch` command. You could also use the `.bash_profile` or `.bashrc` files.. depending on your operating system.

You can look at the explanations for each alias in the associated README and then copy and paste the desired aliases onto your own system. Please feel free to contribute some of your own aliases if you find something's missing.

# Contents

### [Common](https://github.com/jgphilpott/bash_aliases/tree/master/common)

These aliases are for navigating the filesystem as well as creating and removing files and directories.

### [System](https://github.com/jgphilpott/bash_aliases/tree/master/system)

These aliases are for reading hardware stats like disk space, memory usage and port status.

### [Git](https://github.com/jgphilpott/bash_aliases/tree/master/git)

These aliases are shorthand for commonly used Git commands such as pull, push and commit.

### [Composer](https://github.com/jgphilpott/bash_aliases/tree/master/composer)

These aliases are shorthand for commonly used Composer commands.

### [PIP](https://github.com/jgphilpott/bash_aliases/tree/master/pip)

These aliases are shorthand for commonly used PIP commands.

### [Conda](https://github.com/jgphilpott/bash_aliases/tree/master/conda)

These aliases are shorthand for commonly used Conda commands.

### [Docker](https://github.com/jgphilpott/bash_aliases/tree/master/docker)

These aliases are shorthand for commonly used Docker commands.