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

https://github.com/zxj5470/personal-bashrc

Personal-bashrc
https://github.com/zxj5470/personal-bashrc

bashrc docker git

Last synced: 3 months ago
JSON representation

Personal-bashrc

Awesome Lists containing this project

README

          

# Personal-bashrc
> it contains .bashrc .xinputrc

> Why git is so hard to learn ?

## usage
```bash
git clone https://github.com/zxj5470/personal-bashrc.git
# git clone git@github.com:zxj5470/personal-bashrc.git
cd personal-bashrc
cp .bashrc ~
cp .inputrc ~
source ~/.bashrc
```

## add .inputrc to ignore UpperCase or lowerCase in command line
```bash
git add .inputrc -f
```