Add missing line to Readme
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
065b420625
commit
d7d4fbf299
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.5.3] - 2021-11-11
|
||||
### Added
|
||||
- Missing line to [Readme](README.md)
|
||||
|
||||
## [1.5.2] - 2021-11-11
|
||||
### Added
|
||||
- Code for starting ssh-agent to [Bash Config](home/.bashrc)
|
||||
|
|
|
@ -18,6 +18,7 @@ Repository with my dotfiles.
|
|||
* [Bash](http://www.gnu.org/software/bash/) - [
|
||||
.bashrc](home/.bashrc)
|
||||
* [Git](https://git-scm.com/) - [config](home/.config/git/config)
|
||||
* [SSH](https://www.openssh.com/) - [config](home/.ssh/config)
|
||||
* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties)
|
||||
* [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf)
|
||||
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
||||
|
|
Loading…
Reference in New Issue