commit e7df3fc673a34c3a6d46fefa8a55988128d7b7bb
parent acb2c107f2f4d7c239b17f7249dfc38421da81a9
Author: Byron Torres <b@torresjrjr.com>
Date: Sun, 7 Mar 2021 03:07:49 +0000
Fix typo ".zshenv"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -24,7 +24,7 @@ Run `dotshell {shell}...` to sync the dotfiles of `{shell}...`.
$ dotshell sh # syncs `~/.profile`
$ dotshell bash # syncs `~/.profile` & `~/.bashrc`
- $ dotshell zsh # syncs `~/zshenv`
+ $ dotshell zsh # syncs `~/.zshenv`
Shell dotfiles in the home directory can be removed safetly.
For all shell profiles to take effect, logout and login again.