Skip to content

Commit 6dce6e8

Browse files
committed
Add code to include secret config in Bash config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
1 parent c50f672 commit 6dce6e8

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.7.6] - 2021-11-22
8+
### Added
9+
- Code to include secret config in [Bash Config](home/.bashrc)
10+
711
## [1.7.5] - 2021-11-22
812
### Added
913
- Timeout to SSH agent in [Bash Config](home/.bashrc)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.5
1+
1.7.6

home/.bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ alias lh='l --human-readable'
2626
alias ll='lh -l'
2727
alias la='ll --all'
2828
alias paste='termux-clipboard-paste'
29+
30+
source ~/.bashrc-secret

0 commit comments

Comments
 (0)