hidden files
This commit is contained in:
parent
772aec7a98
commit
fbe381ee11
3 changed files with 32 additions and 0 deletions
1
.bash_profile
Normal file
1
.bash_profile
Normal file
|
|
@ -0,0 +1 @@
|
|||
source .bashrc
|
||||
22
.bashrc
Normal file
22
.bashrc
Normal file
|
|
@ -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"
|
||||
9
downloads.txt
Normal file
9
downloads.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Download and install:
|
||||
|
||||
Notepad++
|
||||
|
||||
Visual Studio Code
|
||||
|
||||
Git for Windows (see images in subfolder for settings)
|
||||
|
||||
Python 3.14
|
||||
Loading…
Reference in a new issue