Fix sbin vs. bin priority (for mock).
[nethome.git] / .bashrc
1 # $Id$
2
3
4 if [ -n "$_home_short_dotbashrc_norc" -o "${TERM#norc-}" != "$TERM" ];then
5         # We could get executed twice:
6         export _home_short_dotbashrc_norc=true
7         # Do not use $TZ as Solaris sshd(8) does not propagate it.
8         # Be aware you must use 'ssh -t' to propagate $TERM otherwise '=dumb'.
9         export TERM="${TERM#norc-}"
10         export _home_short_dotbashrc=true
11 fi
12
13 # "$PS1" for interactive shells detection.
14 if [ -n "$PS1" -a -z "$_home_short_dotbashrc" ];then
15         # We permit later reinitialization by unsetting it.
16         # During our execution we forbid spawning to prevent deadlock by:
17         #       source /etc/bashrc
18         #       . /etc/profile.d/lang.sh
19         #       unicode_start iso02.08
20         export _home_short_dotbashrc=true
21         # $TERM gets restored to its 'norc-' state after ~/.bashrc
22         # alias norc='TERM="norc-$TERM" ssh -t -o 'NoHostAuthenticationForLocalhost yes' $USER@localhost "cd $PWD; TERM=$TERM;"'
23         function norc { TERM="norc-$TERM" ssh -t -o 'NoHostAuthenticationForLocalhost yes' $USER@localhost "cd $PWD; TERM=$TERM;" "$@"; }
24
25 # Fix $USER and $LOGNAME (not $MAIL) for /etc/passwd line:
26 # root-lace:x:0:0:root for Jan Kratochvil:/home/root-lace:/bin/bash
27 if [ "$UID" -eq 0 -a "$USER" = "root" -a "$HOME" != "${HOME#*/root-}" ];then
28         USER="${HOME##*/}"
29         LOGNAME="$USER"
30 fi
31
32 if [ -f /etc/bashrc ];then source /etc/bashrc;fi
33
34 _bash_profile_addpath_fini=""
35 function _bash_profile_addpath  # <variablename>,<dirpathname>
36 {
37         local _varname _varval _varvalold _dirpathname _opt_f _opt_s
38         _opt_f=0;_opt_s=0
39         unset -v OPTIND
40         while getopts fs got;do
41                 case "$got" in
42                         [fs]) eval "_opt_$got=1" ;;
43                         *) return 1 ;;
44                         esac
45                 done
46         eval "_varname=\"\$$[$OPTIND+0]\""
47         eval "_dirpathname=\"\$$[$OPTIND+1]\""
48         if [ $_opt_f = 0 -a '!' -d "$_dirpathname" ];then return;fi
49         if [ $_opt_s = 1 -o -z "`eval "echo \\${$_varname}"`" ];then
50                 eval "$_varname='$_dirpathname'"
51         else
52                 # We want to prevent duplicates due to .bashrc reentrancy across fork(2)s. It is array!
53                 _bash_profile_addpath_fini="$_bash_profile_addpath_fini $_varname"
54                 # We want to override any original directories, place dirpathname first!
55                 eval "$_varname=\"$_dirpathname:\${$_varname}\""
56         fi
57         export "$_varname"
58 }
59 function _bash_profile_addpath_fini
60 {
61         local _varname
62         for _varname in `echo "$_bash_profile_addpath_fini"|tr ' ' '\n'|sort -u`;do
63                 eval "$_varname=\"`eval $(echo "echo \"\\$$_varname\"")|awk -v RS=':' '/[^\n]/{if (!x[$0]++) e=e":"$0;}END{print substr(e,2)}'`\""
64                 done
65         unset -v _bash_profile_addpath_fini
66 }
67
68 # Use reverse order of preferred directories:
69 # gid(1) dependency on: /opt/sfw/bin
70 # EUID="`id -u 2>/dev/null || /usr/xpg4/bin/id -u 2>/dev/null || gid -u`"
71 _bash_profile_addpath -f PATH            "/sbin"
72 _bash_profile_addpath -f PATH            "/usr/sbin"
73 _bash_profile_addpath -f PATH            "/bin"
74 _bash_profile_addpath -f PATH            "/usr/bin"
75 [ $EUID -eq 0 ] && _bash_profile_addpath -f PATH "/usr/local/sbin"
76 _bash_profile_addpath -f PATH            "/usr/local/bin"
77 _bash_profile_addpath -f MANPATH         "/usr/X11R6/man"
78 _bash_profile_addpath -f MANPATH         "/usr/share/man"
79 _bash_profile_addpath -f MANPATH         "/usr/local/man"
80 _bash_profile_addpath -s JAVA_HOME       "/usr/java"
81 _bash_profile_addpath -s JAVA_HOME       "/usr/local/java"
82 uname_p="`uname -p 2>/dev/null || uname -m`"
83 for family in $HOME;do
84         for arch in $family $family/$uname_p;do
85                 # Do not "-f": We use /net !
86                 _bash_profile_addpath PATH            "$arch/bin"
87                 _bash_profile_addpath -s JAVA_HOME    "$arch/java"
88                 [ $EUID -eq 0 ] && _bash_profile_addpath PATH "$arch/sbin"
89                 _bash_profile_addpath LD_LIBRARY_PATH "$arch/lib64"
90                 _bash_profile_addpath LD_LIBRARY_PATH "$arch/lib"
91                 _bash_profile_addpath MANPATH         "$arch/man"
92                 done
93         done
94 _bash_profile_addpath -f -s CVSROOT ":pserver:pserver:@cvs.jankratochvil.net/cvs"       # default
95 [ -n "$JAVA_HOME" ] && _bash_profile_addpath PATH "$JAVA_HOME/bin"
96 _bash_profile_addpath    -s CVSROOT "$HOME/pserver/cvs"
97 _bash_profile_addpath    -s CVSROOT "$HOME/cvs"
98 _bash_profile_addpath    -s ANT_HOME "/usr/local/ant"
99
100 # /share/perl for Debian
101 # /lib/perl for Debian
102 # /lib/perl5 for Fedora Core
103 mkdir -p $HOME/lib{64,}/perl5   # otherwise CPAN will install to "$HOME/lib{64,}/site_perl" etc.
104 _perlpatt="$(perl -MConfig -e 'print "{,/".$Config{$_}."}" for qw(version archname);')"
105 for _perldir in $(eval "echo {/usr,$HOME}{/lib{64,}/perl{,5},/share/perl}{,/site_perl}$_perlpatt");do
106         # $PERL5LIB overrides $PERLLIB and it is being used by: /etc/profile.d/atrpms.*
107         _bash_profile_addpath -f PERL5LIB "$_perldir"
108         done
109 unset _perldir
110
111 unset -f _bash_profile_addpath
112 _bash_profile_addpath_fini
113 unset -f _bash_profile_addpath_fini
114
115 # '2>/dev/null' to prevent: unalias: x: not found
116 # It must be run before `function's below as otherwise it would get embedded.
117 unalias 2>/dev/null cp  # -i
118 unalias 2>/dev/null mv  # -i
119 unalias 2>/dev/null rm  # -i
120 unalias 2>/dev/null df  # -h
121 unalias 2>/dev/null du  # -h
122 unalias 2>/dev/null ls  # --color=auto
123 unalias 2>/dev/null l.  # ls -d .* --color=auto
124 unalias 2>/dev/null ll  # ls -l --color=auto
125
126 # Aliases would get processed during the parsing of this script file!
127 eval '
128         function grep {(unset grep; ( ulimitme; grep "$@"; ); );}
129
130         function ls {(unset ls; ( ls -bF "$@"; ); );}
131         function l { ls -lbF "$@"; }
132         if which vim &>/dev/null;then
133                 alias vi="vim"
134         else
135                 echo >&2 "WARNING: No vim(1)."
136         fi
137         function grepb { grep --binary-files=binary "$@"; }
138         function L { lynx "$@"; }
139         function chown {(unset chown; ( chown --no-dereference "$@"; ); );}
140         function chgrp {(unset chgrp; ( chgrp --no-dereference "$@"; ); );}
141         function hexedit {(unset hexedit; ( hexedit -s "$@"; ); );}
142         function cvs2cl {(unset cvs2cl; ( cvs2cl --window 3600 --separate-header --no-wrap "$@"; ); );}
143         function cvsfiles { cvsutil --files --print "$@"; }
144         function cvsignores { cvsutil --ignores --print "$@"; }
145         function cvsignoresall { cvsutil --ignores --workings --print "$@"; }
146         function cvsignoresrm { cvsutil --ignores --rm "$@"; }
147         function cvsignoresrmall { cvsutil --ignores --workings --rm "$@"; }
148         function cvsignoresallrm { cvsutil --ignores --workings --rm "$@"; }
149         function svnignoresall { svn status |sed -n "s/^[?]      //p" "$@"; }
150         function svnignoresallrm { svn status |sed -n "s/^[?]      //p"|tr "\n" "\0"|xargs -0 rm -rf "$@"; }
151         function ignores { find -name "*.orig" -o -name ".#*" -o -name "*~" "$@"; }
152         function ignoresrm { ignores "$@" | xargs rm -f; }
153         function ignoresall { ignores -o -name "*.rej" "$@"; }
154         function ignoresallrm { ignoresall "$@" | xargs rm -f; }
155         function disass { objdump -D --target=binary --architecture=i386 "$@"; }
156         function cal {(unset cal; ( cal -m "$@"; ); );}
157         function vncreadonly { vncviewer -FullColor -Shared -ViewOnly "$@"; }
158         function diff {(unset diff; ( diff -up "$@"; ); );}
159         function rpmbuildlocal { nice rpmbuild --define "_topdir $PWD" --define "_builddir $PWD" --define "_rpmdir $PWD" --define "_sourcedir $PWD" --define "_specdir $PWD" --define "_srcrpmdir $PWD" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" "$@"; rmdir &>/dev/null BUILDROOT; }
160         function gdbn { gdb -nx --command=~/.gdbinit "$@"; }
161         function hd { od -Ax -tx1; }
162         function wget {(unset wget; ( wget --no-check-certificate "$@"; ); );}
163 '
164
165 export IGNOREEOF=10
166 # '2>/dev/null' to prevent: TMOUT: readonly variable
167 [ -n "$SSH_TTY" ] && export TMOUT=900 2>/dev/null
168 export EDITOR='vim'
169 [ -x /bin/less ] && export PAGER='/bin/less -MMh5cis'
170 export PERL_MM_OPT="PERL=$HOME/bin/perlilib"
171 [ "$UID" -ne 0 ] && export PERL_MM_OPT="$PERL_MM_OPT PREFIX=$HOME"
172 for file in $HOME/.bookmarks.html;do
173         export WWW_HOME="file://$HOME/"
174         [ -r $file ] && export WWW_HOME="file://$file"
175         done
176 export GREP_OPTIONS="--binary-files=without-match --directories=skip"
177 if echo x|GREP_OPTIONS="--exclude=y" grep -q x 2>/dev/null;then
178         export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base --exclude=*~"
179         # FIXME: grep(1) ignores subdirectories for --exclude.
180         #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn"
181 fi
182 if [ -n "$PS1" ];then   # set only in interactive sessions
183         if [ ! -f /MOCK ];then
184                 export PS1='[bash]${LOGNAME}@${HOSTNAME}:${PWD}# '
185         else
186                 export PS1='[bash]${LOGNAME}@MOCK-'"`cat /MOCK`"':${PWD}# '
187         fi
188         export PS1='\[\017\]'"$PS1"     # \017=std charmap
189         export PS1='\[\033%G\]'"$PS1"   # \033%G=utf-8
190         # Do not: kbd_mode -u # utf-8
191         # as it breaks keyboard state in X and it is not permitted for non-root.
192 fi
193 export MINICOM="-m -c on"       # metakeys+color
194 export HISTSIZE=100000
195 export HISTFILESIZE="$HISTSIZE"
196 export GDBHISTFILE="$HOME/.gdb_history"
197 export CVS_RSH="ssh"
198 export TZ=":/usr/share/zoneinfo/Europe/Prague"
199 export MAKEFLAGS=
200 cpus="`getconf _NPROCESSORS_ONLN`"
201 if [ -n "$cpus" ];then
202         MAKEFLAGS="$MAKEFLAGS -j$[$cpus*3/2]"
203 fi
204 unset cpus
205 # Do not: grep -w "$TERM" /etc/termcap >/dev/null || export TERM=vt220
206 # as Sun workaround as Debian misses: /etc/termcap
207 # expects: $uname_p
208 [ "$TERM" = vt220 -a "${uname_p%86}" != "$uname_p" ] && export TERM=linux
209 if grep 2>/dev/null -q '^..............:0C38 00000000:0000 0A ' /proc/net/tcp;then
210         export  http_proxy=http://127.0.0.1:3128/
211         export https_proxy=http://127.0.0.1:3128/
212         export   ftp_proxy=http://127.0.0.1:3128/
213 fi
214 _selfabs=
215 [ "$_selfabs" = "${_selfabs#/}" ] && _selfabs="$BASH_SOURCE"
216 [ "$_selfabs" = "${_selfabs#/}" ] && _selfabs="$PWD/.bashrc"
217 [ -r "$_selfabs" ] || unset _selfabs
218 [ -n "$_selfabs" ] && export VIMINIT="source `echo "$_selfabs"|sed 's/[.]bashrc$/.vimrc/'`"
219
220 # Force English.
221 unset LANG LANGUAGE `set|sed -n 's/^\(LC_[^=]*\)=.*$/\1/p'`
222 export LANG=en_US.UTF-8
223 # Force strcoll() to sort case-sensitively! (empty/undef doesn't work)
224 export LC_COLLATE=C
225 # Do not: # Prevent: perl: warning: Setting locale failed.
226 #         # due to LC_COLLATE=C and LC_ALL=(unset)
227 #         export LC_ALL=C
228 # as it breaks Mutt "utf-8" and somehow it is no longer needed.
229
230 function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }
231 # SunOS does not support "-m"
232 export ULIMITME_OPTS=""
233 for i in "-m 100000" "-d 150000" "-v 200000";do
234         (ulimit $i 2>/dev/null) && ULIMITME_OPTS="$ULIMITME_OPTS $i"
235         done
236 # Prevent: ulimit:  -m 100000 -d 150000 -v 200000: invalid number
237 # by forcing our known $IFS value; eval(1) is needed to take $IFS to effect:
238 function ulimitme { IFS=" " eval "ulimit $ULIMITME_OPTS"; }
239 function grep {(unset grep; ( ulimitme; grep "$@"; ); );}
240 function finame { find . -false `
241         awk </dev/null 'BEGIN{ for (i=1;i<ARGC;i++) print " -o -iname *"ARGV[i]"*"; }' "$@"
242         `; }
243 function mkcd { mkdir -p "$1"; cd "$1"; }
244 function pushdmk { mkdir -p "$1"; pushd "$1"; }
245 function rsync {(unset rsync; nice -n20 rsync -v -e ssh --progress --stats --partial --rsync-path='nice -n20 rsync' "$@"; );}
246 function tohex { od -An -txC|tr -d '\n '|tr 'a-f' 'A-F';echo; }
247 function edall {
248         find -type f|while read -r i;do
249                 (awk </dev/null 'BEGIN{ for (i=1;i<ARGC;i++) print ARGV[i]; }' "$@";echo -e 'w\nq')|ed -s "$i"
250                 done
251         }
252 function mi { (
253         set -ex;cd "$1";while true;do test "$PWD" != "/";if [ -e configure.in -o -e Makefile.PL ];then break;fi;cd ..;done;make install
254         ); }
255 function ctags {(unset ctags
256         if [ $# -ne 0 -a '(' $# -ne 1 -o "$1" '!=' "--c-types=+px" ')' ];then ctags "$@";else
257                 find -name testsuite -prune -o -name .pc -prune -o -name .svn -prune -o \
258                                 -type f -a '!' -name tags -a '!' -name TAGS -a '(' -false \
259                                                 -o -name "*.[chCy]" \
260                                                 -o -name "*.cc"    \
261                                                 -o -name "*.cxx"   \
262                                                 -o -name "*.java"  \
263                                                 -o -name "*.p[lm]" \
264                                                 -o -name "*.py" \
265                                                 -o -name "*.exp" \
266                                                 ')' \
267                                 |ctags --file-tags -L - --langmap=Tcl:+.exp "$@"
268         fi; );}
269 function ctagsh { ctags "--c-types=+px"; }
270 function cpan {(unset cpan; if [ $# = 0 ];then cpan;else perl -MCPAN -e "install qw($*);";fi; );}
271 function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; }
272 function revlines { perl -e 'print reverse <>;'; }
273 function debuginfo { if test -n "$*";then echo "$*";else cat;fi \
274         |xargs rpm -qf|xargs rpmquery --qf '%{SOURCERPM}\n'|sed 's/-[^-]*-[^-]*[.]src[.]rpm$/-debuginfo/'|sort -u; }
275 function ipcsrmall { ipcs|awk '/- Shared Memory/{x="-m"}/- Semaphore/{x="-s"}/^0x/{print "ipcrm "x" "$2}'; }
276 function eog {(unset eog; touch /tmp/eog.$$;eog "$@" {,,,,,,,,,}/tmp/eog.$$;rm -f /tmp/eog.$$; );}
277 function diffc { diff -up "$@"|grep -v '^\(Only in \|Binary files\)'; }
278 function diffi { diffc -X ~/.diffi.list "$@" | diffdecvs; }
279 function cvs {(unset cvs
280         local _opts _opts_d _now _line _o
281         _opts_d="-d"
282         if grep -iw '\(sources.redhat.com\|sourceware.org\):/cvs/src' CVS/Root &>/dev/null;then _opts_d="";fi
283         if grep '^tests/kernel/syscalls/ptrace' CVS/Repository &>/dev/null;then _opts_d="";fi
284         _now=false
285         _line=""
286         _opts=""
287         while [ $# != 0 ];do
288                 _o="$1"
289                 shift
290                 _line="$_line $_o"
291                 if [ "$_o" = "--" ] && ! $_now;then _now=true;continue;fi
292                 if [ "${_o#-}" != "$_o" ] && ! $_now;then continue;fi
293                 if [ "$_o" = update -o "$_o" = upd -o "$_o" = up ];then _opts="$_opts_d";fi
294                 break
295                 done
296         cvs $_line $_opts "$@"
297         ); }
298 function perlrpm { repoquery -q --whatprovides $(for i in "$@";do echo "perl($i)";done|sed -e 's/\//::/g' -e 's/[.]pm//g'); }
299 # `-u' limits the search to $UID.
300 function pidof
301 {(unset pidof
302   if [ "$1" = "-u" ];then
303     shift
304     local r="$(pidof "$@")"
305     local space=""
306     local p
307     for p in $r;do
308       if grep -q "$(echo -e "^Uid:\t$UID\t")" "/proc/$p/status";then
309         echo -n "${space}$p"
310         space=" "
311       fi
312     done
313     echo
314   else
315     pidof "$@"
316   fi
317 )}
318 function sumlog { find "$@" ! -name config.log -name "*.log" -o -name "*.sum"; }
319 function sourcewarecvscheckout {(set -ex
320         ! test -d src
321         ! test -d $1-cvs 
322         (set +x;cvs -z3 -d :pserver:anoncvs:@sourceware.org:/cvs/src checkout $1)
323         mv src $1-cvs
324         cd $1-cvs
325         (set +x;cvs update)
326         #(set +x;cvsignoresall)
327         (set +x;ignoresall)
328         );}
329 function gdbcvscheckout { sourcewarecvscheckout gdb; }
330 function binutilscvscheckout { sourcewarecvscheckout binutils; }
331 function gdbdevelcvscheckout {(set -ex
332         ! test -d gdb-devel
333         (set +x;CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs cvs checkout -d gdb-devel rpms/gdb/devel)
334         cd gdb-devel
335         make test-srpm
336         rm `make verrel`.src.rpm
337         );}
338 function uri_escape   { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape   $_;'; };
339 function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; };
340 function n { if [ "$1" = "-p" ];then renice +19 "$@";ionice -c3 "$@";else nice -n19 ionice -c3 "$@";fi };
341 function rpmsrclist
342 {
343         if [ -z "$*" ]; then
344                 echo >&2 "rpmsrclist gcc-4.3.2-7 [4.4.0-0.25 [-|http://kojipkgs.fedoraproject.org/packages/gcc/4.4.0/0.25/]]"
345         else
346                 rpm -q --qf '%{SOURCERPM} %{name}-%{version}-%{release}.%{arch}\n' -a \
347                         | grep "^$1.src.rpm " | sed 's/^[^ ]* //' \
348                         | \
349                                 if [ -z "$2" ]; then \
350                                         cat; \
351                                 else \
352                                         sed "s/-$(echo "$1"|sed 's/^.*-\([^-]*-[^-]*\)$/\1/')/-$2/"
353                                 fi \
354                         | \
355                                 if [ -z "$3" ]; then \
356                                         cat; \
357                                 else \
358                                         if [ "$3" != - ]; then
359                                                 sed "s#.*#$3&.rpm#"; \
360                                         else \
361                                                 base="$(echo "$1"|sed 's/^\(.*\)-[^-]*-[^-]*$/\1/')"; \
362                                                 sed "s#^.*-\([^-]*\)-\([^-]*\)\.\([^.]*\)\$#http://kojipkgs.fedoraproject.org/packages/$base/\1/\2/\3/&.rpm#"; \
363                                         fi; \
364                                 fi \
365                         | sort -u
366         fi
367 }
368 function valgrind {(unset valgrind;s=~/.python.valgrind;perl -e 'undef $/;$_=<>;1 while s/^(?:###)?({\n)(?:###)?( *ADDRESS_IN_RANGE.*\n(?:[^}#].*\n)*)###/$1$2/gm;print;' </usr/share/doc/python-devel-2.*/valgrind-python.supp >$s;valgrind --suppressions=$s "$@";);}
369 function yumupdate { yum makecache;yum -y update; }
370
371 ulimit -S -c 0
372 set +H
373 shopt -s mailwarn
374 unset OPTIND
375 umask 022
376
377 if [ -f "$HOME/.bashrc.local" ];then source "$HOME/.bashrc.local";fi
378
379 # Interactive part:
380 for key in $HOME/.ssh/id_dsa;do
381
382         # DISABLED now.
383         continue
384
385         [ -r "$key" ] || continue
386         # Do not: [ -n "$SSH_TTY" ] && continue
387         # as we may want foreign SSH keys too.
388
389         agenteval=/tmp/.$USER.ssh-agent.eval
390         if lockfile -1 -r 3 -l 10 -s 1 $agenteval.lock;then
391                 test -f $agenteval -a -O $agenteval -a -G $agenteval &&
392                                 # ">/dev/null" to prevent: echo Agent pid 31074
393                                 source $agenteval >/dev/null
394                 if [ "ssh-agent" != "`(xargs -0 </proc/"$SSH_AGENT_PID"/cmdline sh -c 'echo "$0"') 2>/dev/null `" ];then
395                         rm -f $agenteval
396                         (test ! -e $agenteval && ssh-agent -s >$agenteval) || echo >&2 'Failing ssh-agent!'
397                         # ">/dev/null" to prevent: echo Agent pid 31074
398                         source $agenteval >/dev/null
399                 fi
400                 rm -f $agenteval.lock
401         fi
402
403         # Prevent gdm(8) lockups on non-interactive consoles.
404         tty -s || continue
405         (ssh-add -l|grep -qw "$key") && continue
406         if lockfile -! -1 -r 0 $agenteval.input.lock 2>/dev/null;then
407                 echo >&2 -n "Locking: $agenteval.input.lock ... "
408                 lockfile -1 -r -1 $agenteval.input.lock
409                 echo >&2 "locked"
410         fi
411         # Recheck identity existence after the lock acquire
412         if ssh-add -l|grep -qw "$key";then
413                 echo >&2 "Identity $key already appended in the meantime."
414         else
415                 # "2>/dev/null" to prevent: Identity added: .ssh/id_dsa (.ssh/id_dsa)
416                 ssh-add "$key" 2>/dev/null
417         fi
418         rm -f $agenteval.input.lock
419         echo >&2 "$agenteval.input.lock unlocked."
420 done
421 unset agenteval
422
423         unset _home_short_dotbashrc     # permit later reinitializations
424 fi      # _home_short_dotbashrc
425
426 true    # Prevent crash in '-e' mode