From 2366b0e5b1be1f83aafc6839eee30a2b6ce7f809 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 09 Oct 2020 10:56:28 +0000 Subject: [PATCH] update emacs --- bash/.bashrc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 05d5d2f..3299c72 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,6 +2,6 @@ PS1="[\u@\h \W]\$ " PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"' -source /home/joel/.commonshell -source /usr/share/doc/pkgfile/command-not-found.bash +source ~/.commonshell +[ -r /usr/share/doc/pkgfile/command-not-found.bash ] && source /usr/share/doc/pkgfile/command-not-found.bash [ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion -- Gitblit v1.9.3