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