DB Serverinitialisierung

This commit is contained in:
aschwarz
2022-11-18 14:38:03 +01:00
parent 4fc5120f41
commit 929fb55cc8
447 changed files with 772 additions and 31178 deletions

View File

@ -0,0 +1,29 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
if [ "$TERM" = "" ]
then
eval ` tset -s -Q -m ':?hp' `
else
eval ` tset -s -Q `
fi
stty erase "^H" kill "^U" intr "^C" eof "^D"
stty hupcl ixon ixoff
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
set -u
trap "echo 'logout'" 0
stty erase ^?
# Set up the shell variables:
EDITOR=vi
export EDITOR
/home/jetty/psc.sh