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.
- Host: GitHub
- URL: https://github.com/jgphilpott/bash_aliases
- Owner: jgphilpott
- License: mit
- Created: 2020-03-03T21:08:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T06:46:52.000Z (about 4 years ago)
- Last Synced: 2025-06-05T00:14:54.900Z (9 months ago)
- Topics: alias, aliases, bash
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.