Compare commits
No commits in common. "ec8f413ea67b1dbca3587b7ac02764cb99a57ae0" and "21689c98b091f8069b72abaf705122cd8cef2049" have entirely different histories.
ec8f413ea6
...
21689c98b0
2 changed files with 3 additions and 9 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,12 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
v0.2a
|
- Remplace `mkdir web` by `mkdir ${FILE}`.
|
||||||
|
- Remplace `-path web` by `-path ${FILE}`.
|
||||||
- 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}`.
|
|
||||||
- Add git (link) in `borsize.sh`
|
- Add git (link) in `borsize.sh`
|
||||||
- Add Use section in `README.md`
|
- Add Use section in `README.md`
|
|
@ -10,7 +10,7 @@ Add an alias to your `.bashrc` or `bash_profile`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Borsize
|
# 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:
|
Once done, save and close the file. Make the aliases available in your current session by typing:
|
||||||
|
|
Loading…
Reference in a new issue