dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 67ad6d900624b3f89ab4981b3e3a05badc466a83
parent 6603690447dc490a6d379c339637c3dbd45f2887
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 13 May 2020 15:20:41 +0200

dot.map: fix zshrc


Former-commit-id: 97175aade49255237ac3e9130cde96d09e4bc04a
Diffstat:
Mdot.map | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot.map b/dot.map @@ -50,7 +50,7 @@ emacs: # All shell configs shell: - zshenv: ~/.zshenv -- zshrc: ~/.config/zsh/zshrc +- zshrc: ~/.config/zsh/.zshrc - bash_profile: ~/.bash_profile - bashrc: ~/.bashrc - profile: ~/.profile