From 20557b3fdac57df09b417cc7f6154ca12425103f Mon Sep 17 00:00:00 2001
From: vno86ego3q <gitlab-vno86ego3q@pyg.yt>
Date: Wed, 19 Jun 2024 11:19:58 +0200
Subject: [PATCH] easy read

---
 README.md         | 2 +-
 .bashrc => bashrc | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename .bashrc => bashrc (100%)

diff --git a/README.md b/README.md
index 09fb717..312cc04 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Install Visual Studio Code in a PAGODA JupyterHub VM and access it remotely usin
 Open a JupyterHub terminal.
 
 Edit the `~/.bashrc` file (e.g., `vim ~/.bashrc`).
-At the end of the file, add the content of this repository's `.bashrc`.
+At the end of the file, add the content of this repository's `bashrc`.
 It defines environment variables for the path, libraries, and proxy.
 
 Launch the `install-vscode.sh` script using `bash`:
diff --git a/.bashrc b/bashrc
similarity index 100%
rename from .bashrc
rename to bashrc
-- 
GitLab