From fbe381ee1145f045f9b40f1cc3e99ec165f09953 Mon Sep 17 00:00:00 2001 From: Paul Romer Date: Mon, 20 Oct 2025 01:41:12 -0400 Subject: [PATCH] hidden files --- .bash_profile | 1 + .bashrc | 22 ++++++++++++++++++++++ downloads.txt | 9 +++++++++ 3 files changed, 32 insertions(+) create mode 100644 .bash_profile create mode 100644 .bashrc create mode 100644 downloads.txt diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..1ab3dac --- /dev/null +++ b/.bash_profile @@ -0,0 +1 @@ +source .bashrc \ No newline at end of file diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..6f79616 --- /dev/null +++ b/.bashrc @@ -0,0 +1,22 @@ + +bldgrn='\e[1;32m' +txtrst='\e[0m' + +print_before_the_prompt() { + printf "$bldgrn%s\n$txtrst" "$PWD" +} + +PROMPT_COMMAND=print_before_the_prompt +PS1="${VIRTUAL_ENV_PROMPT}-> " + +PATH="/c/Program Files/Python/Python314:$PATH" + +CP=$(which python) +echo "" +echo "Shell: $0" +echo "Current Python: $CP" +echo "" + +shopt -s autocd + +alias la="ls -lahF" \ No newline at end of file diff --git a/downloads.txt b/downloads.txt new file mode 100644 index 0000000..6d710a3 --- /dev/null +++ b/downloads.txt @@ -0,0 +1,9 @@ +Download and install: + +Notepad++ + +Visual Studio Code + +Git for Windows (see images in subfolder for settings) + +Python 3.14 \ No newline at end of file