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

https://github.com/greg0rys/gregsn0tes


https://github.com/greg0rys/gregsn0tes

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

### GregsN0tes :alien:


Custom .bashrc




*this page uses a custom .bashrc file with some alias' for the codespace on this repo*
```bash
alias gs="git status"
alias jb="jekyll b"
alias blankgc="git commit -m 'blank commit'" # for when you don't want to type a message
alias origin ="git push origin master" #make these changes perm on the upstream
```
*if you would like to use this custom .bashrc in your environment please run the following command after cloning or at any time really*
```bash
source .bashrc
```