Skip to content

Commit b0e6d71

Browse files
config: update .zshrc and .zshenv to reference .user.zsh instead of .hyde.zshrc (#668)
1 parent ebdd8a9 commit b0e6d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configs/.zshenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function _slow_load_warning {
8282
configurations from your .zshrc file as HyDE will handle it for you.
8383
- Check the '.zshrc' file from the repo for a clean configuration.
8484
https://github.com/HyDE-Project/HyDE/blob/master/Configs/.zshrc
85-
3. Check the '~/.hyde.zshrc' file for any slow initialization scripts.
85+
3. Check the '~/.user.zsh' file for any slow initialization scripts.
8686
8787
For more information, on the possible causes of slow shell startup, see:
8888
🌐 https://github.com/HyDE-Project/HyDE/wiki

Configs/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add user configurations here
22
# For HyDE to not touch your beloved configurations,
33
# we added 2 files to the project structure:
4-
# 1. ~/.hyde.zshrc - for customizing the shell related hyde configurations
4+
# 1. ~/.user.zsh - for customizing the shell related hyde configurations
55
# 2. ~/.zshenv - for updating the zsh environment variables handled by HyDE // this will be modified across updates
66

77
#  Plugins 

0 commit comments

Comments
 (0)