#;# Safety for SCP transfers case $- in *i*) ;; *) return;; esac pretty_date="$(date +"%b %d" | tr '[:upper:]' '[:lower:]' | sed 's/\(.\)/\1 /g')" banner_file="/tmp/lp-textmode5.txt" cat > "$banner_file" <'" " # Editor export EDITOR="/usr/bin/env emacs -nw" alias edit="$EDITOR" alias emacs="emacs -nw" # Avoid duplicates export HISTCONTROL=ignoreboth:erasedups export HISTSIZE=100 # When the shell exits, append to the history file instead of overwriting it shopt -s histappend