X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=ff089415d0369a3b135b17ab5f2a73b133d22327;hb=1d9311cbfa743a494a85dcc28bf87d6c00fa4b58;hp=b4b4e05913aec791a56830ca7c01ba9b003a1c58;hpb=59e5881d91c20244b189a8899a02cd01bc127af3;p=dotfiles.git diff --git a/.shellrc b/.shellrc index b4b4e05..ff08941 100644 --- a/.shellrc +++ b/.shellrc @@ -74,7 +74,7 @@ if test -n "$BASH_VERSION"; then has_completion() { return 0; } if [ -z "$BASH_COMPLETION_COMPAT_DIR" ]; then if [ "$SHELL" = /bin/bash ]; then - if [ -d /usr/share/bash_completion ]; then + if [ -d /usr/share/bash-completion ]; then . /usr/share/bash-completion/bash_completion has_completion() { [ -r /usr/share/bash-completion/completions/$1 ]; } elif [ -f /etc/bash_completion ]; then @@ -408,7 +408,7 @@ fi if [ "$SHLVL" -eq 1 ] && which startx >/dev/null 2>&1; then - X() { startx >> .Xserver.log 2>&1; cyr; } + X() { startx >> .Xserver.log 2>&1; cyr; rm -f .Xauthority; } fi x() { exit; }