X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=a63f2edecd2139d5d9cc465d92a65225c10ef9ca;hp=87684d0855a03a63c27233790e6111785f2acf4f;hb=3cae6bc7f14ff280814883a5f0d59980fb74aa04;hpb=4c62921e798c89aefd19b34d8e1cc7e25db85822 diff --git a/.bashrc b/.bashrc index 87684d0..a63f2ed 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,6 @@ if [ -n "$_home_short_dotbashrc_norc" -o "${TERM#norc-}" != "$TERM" ];then fi export PERL5LIB="$HOME/perl5/lib/perl5/`uname -m`-linux-thread-multi:$HOME/perl5/lib/perl5"; -export PATH="$HOME/perl5/bin:$PATH"; # "$PS1" for interactive shells detection. if [ -n "$PS1" -a -z "$_home_short_dotbashrc" ];then @@ -154,17 +153,23 @@ eval ' function gdbn { gdb -nx --command=~/.gdbinit "$@"; } function hd { od -Ax -tx1; } function wget {(unset wget; ( wget --no-check-certificate "$@"; ); );} + function ucwkbd { setxkbmap -layout us,cz -variant ,ucw -option grp:caps_switch; } ' +unset command_not_found_handle +shopt -u progcomp # Disable 'bash-completion' rpm export IGNOREEOF=10 # '2>/dev/null' to prevent: TMOUT: readonly variable [ -n "$SSH_TTY" ] && export TMOUT=900 2>/dev/null export EDITOR='vim' -[ -x /bin/less ] && export PAGER='/bin/less -MMh5cis' +[ -x /bin/less ] && export PAGER='/bin/less -rMMh5cis' export PERL_LOCAL_LIB_ROOT="$HOME/perl5"; export PERL_MB_OPT="--install_base $HOME/perl5"; export PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; +# Sometimes needed in non-interactive .bashrc. +# Unconditionally it would break quilt. +export PATH="$HOME/perl5/bin:$PATH"; for file in $HOME/.bookmarks.html;do export WWW_HOME="file://$HOME/" @@ -334,12 +339,11 @@ function sourcewarecvscheckout {(set -ex );} function gdbgitclone { git clone git://sourceware.org/git/gdb.git gdb-git; } function binutilsgitclone { git clone git://sourceware.org/git/binutils.git binutils-git; } +function archergitclone { git clone git://sourceware.org/git/archer.git archer-git; } function gdbcvscheckout { sourcewarecvscheckout gdb; } function binutilscvscheckout { sourcewarecvscheckout binutils; } function uri_escape { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape $_;'; }; function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; }; -# It cannot be a function - unset does not work for it. -alias youtube-dl='youtube-dl --format 38/37/45/22/44/35/34/18/6/5/17/13' alias fetchmail='n fetchmail' function rpmsrclist { @@ -376,6 +380,7 @@ function gpg {(unset gpg; http_proxy= all_proxy= HTTP_PROXY= ALL_PROXY= gpg "$@" ulimit -S -c 0 set +H shopt -s mailwarn +shopt -s direxpand unset OPTIND umask 022