X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=a63f2edecd2139d5d9cc465d92a65225c10ef9ca;hp=5f039372870aa544e18d37a32e3d77711191006a;hb=3cae6bc7f14ff280814883a5f0d59980fb74aa04;hpb=9e4ac2ba24863738f230a3763826a8a284f0039c diff --git a/.bashrc b/.bashrc index 5f03937..a63f2ed 100644 --- a/.bashrc +++ b/.bashrc @@ -156,6 +156,8 @@ eval ' 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 @@ -378,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