Skip to content

Commit 43b02a1

Browse files
Remove dots from hidden files for better visibility
- Renamed .zshrc to zshrc-aliases (no dot prefix) - Renamed .env-example to env-example (no dot prefix) - Removed broken zshrc_file symlink - Updated all documentation references to env-example - These files are now visible in all file managers and tools This improves compatibility with systems that have issues with dot-prefixed files, including Obsidian and other tools. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 08de5e1 commit 43b02a1

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed

PAI_DIRECTORY/documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cd PAI_DIRECTORY/voice-server
115115
./install.sh
116116

117117
# Configure environment
118-
cp ${PAI_DIR}/.env-example ${PAI_DIR}/.env
118+
cp ${PAI_DIR}/env-example ${PAI_DIR}/.env
119119
# Edit ${PAI_DIR}/.env with your settings
120120
```
121121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ source ~/.zshrc # or source ~/.bashrc
512512

513513
```bash
514514
# Copy environment template to PAI_DIRECTORY
515-
cp ${PAI_DIR}/.env-example ${PAI_DIR}/.env
515+
cp ${PAI_DIR}/env-example ${PAI_DIR}/.env
516516

517517
# Add your API keys (optional but recommended)
518518
vim ${PAI_DIR}/.env

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When copying from PAI_DIRECTORY to PAI:
6363
- PAI should be the generic, public template
6464
- Use environment variables for all sensitive config
6565
- Document what needs to be configured by users
66-
- Provide example .env.example files, never real .env
66+
- Provide example env-example files, never real .env
6767

6868
---
6969

File renamed without changes.

zshrc_file

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)