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
- Host: GitHub
- URL: https://github.com/zxj5470/personal-bashrc
- Owner: zxj5470
- Created: 2017-12-11T14:22:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T08:37:14.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T06:55:54.951Z (over 1 year ago)
- Topics: bashrc, docker, git
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```