Compare commits

..

No commits in common. "ec8f413ea67b1dbca3587b7ac02764cb99a57ae0" and "21689c98b091f8069b72abaf705122cd8cef2049" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -1,12 +1,6 @@
# Changelog
v0.2a
- Spelling correction.
- Change the path for `alias` for `alias borsize="$HOME/your_path/borsize.sh` in `READEME.md`.
v.02
- Replace `mkdir web` by `mkdir ${FILE}`.
- Replace `-path web` by `-path ${FILE}`.
- Remplace `mkdir web` by `mkdir ${FILE}`.
- Remplace `-path web` by `-path ${FILE}`.
- Add git (link) in `borsize.sh`
- Add Use section in `README.md`

View file

@ -10,7 +10,7 @@ Add an alias to your `.bashrc` or `bash_profile`.
```bash
# Borsize
alias borsize="$HOME/your_path/borsize.sh"
alias borsize="$HOME/Git/borsize.sh/borsize.sh"
```
Once done, save and close the file. Make the aliases available in your current session by typing: