diff --git a/zsh.changes b/zsh.changes index e0c67bf..aed2d5d 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 5 20:07:10 UTC 2020 - Mykola Krachkovsky + +- Add $HOME aliases to fix regression after dropping /etc/bash.bashrc + ------------------------------------------------------------------- Tue May 5 04:41:08 UTC 2020 - Ismail Dönmez diff --git a/zshrc b/zshrc index a273b55..e18d1cb 100644 --- a/zshrc +++ b/zshrc @@ -267,6 +267,8 @@ alias unmount='echo "Error: Try the command: umount" 1>&2; false' alias which-command=whence alias you='if test "$EUID" = 0 ; then /sbin/yast2 online_update ; else su - -c "/sbin/yast2 online_update" ; fi' +test -s $HOME/.alias && . $HOME/.alias + # # Colored file listings #