Added env/ folder to simplify children images; updated Dockerfile to include env/ plus add unzip command
This commit is contained in:
20
itdominator-base-image/env/.bash_exports
vendored
Normal file
20
itdominator-base-image/env/.bash_exports
vendored
Normal 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 {}'"
|
||||
Reference in New Issue
Block a user