export LESS_TERMCAP_md=${VT_BLUE_FG}${VT_BOLD}
export LESS_TERMCAP_me=${VT_RESET}
+# I do not like to clutter my home with history files
+
+export LESSHISTFILE=/dev/null
+
# export LESS_TERMCAP_md=$'\e[1;34;40m'
# This prevents ^S from freezing the shell
while [[ "$1" ]]; do
if [[ "$1" == "color" ]]; then
- OPTS+=" --mode=color"
+ OPTS+=" --mode Color"
+ elif [[ "$1" == "gray" ]]; then
+ OPTS+=" --mode Gray"
elif [[ "$1" == "a4crop" ]]; then
OPTS+=" -l 5 -t 0 -x 200 -y 290"
else
echo "** Scanning to ${HOME}/scan-${n}.jpg"
echo "**"
- scanimage -d genesys:libusb:001:056 \
+ SCANNER=$(scanimage -L | grep "Canon LiDE 60" | sed -e "s/^.*\`\(.*\)'.*$/\1/")
+
+ scanimage -d ${SCANNER} \
--format=pnm \
--mode=color \
--depth=8 \
######################################################################
function prompt_command () {
+ # if [[ ! "${CORE_CHECK_PWD}" == ${PWD} ]] && [[ $(find . -maxdepth 1 -name "core__*" -print -quit) ]]; then
+
+ [[ "${CORE_CHECK_PWD}" == ${PWD} ]] || find . -maxdepth 1 -name "core__*"
+ CORE_CHECK_PWD=${PWD}
+
# if [[ $(umask) != 0022 ]]; then
# echo "Umask changed to $(umask)"
# fi