diff --git a/bashrc b/bashrc index 8fae15a..7bc80e1 100755 --- a/bashrc +++ b/bashrc @@ -62,7 +62,7 @@ fi ####################### uname -a -echo TERM $TERM on $(tty), running $BASH $BASH_VERSION +echo TERM $TERM connected to $(tty), running $BASH $BASH_VERSION echo ################################### @@ -450,7 +450,7 @@ __my_set_title(){ esac } -# from https://wiki.archlinux.org/index.php/X_resources +# copied from https://wiki.archlinux.org/index.php/X_resources invader(){ # ANSI color scheme script featuring Space Invaders # diff --git a/emacs.el b/emacs.el index b53ec49..d6767f0 100644 --- a/emacs.el +++ b/emacs.el @@ -231,7 +231,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." )) (setq display-time-interval 29) (setq display-time-day-and-date t) -(setq display-time-format "%a, %-d %b %Y %T") +(setq display-time-format "%a, %d %b %Y %T") (if window-system (display-time-mode 0) (display-time-mode 1))