Added env/ folder to simplify children images; updated Dockerfile to include env/ plus add unzip command

This commit is contained in:
2026-04-24 17:18:04 -05:00
parent 5e2170184c
commit 59e6e3985b
8 changed files with 241 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
# Python
export PYTHONDONTWRITEBYTECODE=1
# Launchpad Config Parts
shopt -s cdspell
shopt -s autocd shift_verbose
shopt -s dirspell
# Bash history settings
export HISTSIZE=3000
export HISTCONTROL=$HISTCONTROL:ignoredups
# Default Editor
export EDITOR=nano
# Default FZF
# Note: bat is cat but with colors
export FZF_DEFAULT_OPTS="--layout=reverse --height=100% --preview='bat -p --color=always {}'"