Skip to content

Commit

Permalink
up to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ailequal committed Aug 1, 2022
1 parent 8e553da commit 499eb31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.7 - 2022-08-01

* Enhancement - Added doom emacs path for bash.

## 3.0.6 - 2022-07-27

* Enhancement - Add vi mode as default for bash and zsh.
Expand Down
3 changes: 3 additions & 0 deletions linux/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ set -o vi

# jetbrains
# export PATH="$PATH:$HOME/bin"

# doom emacs
# export PATH="$PATH:$HOME/.emacs.d/bin"

0 comments on commit 499eb31

Please sign in to comment.