Hello community, here is the log from the commit of package zsh for openSUSE:Factory checked in at 2020-04-16 22:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zsh (Old) and /work/SRC/openSUSE:Factory/.zsh.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zsh" Thu Apr 16 22:58:55 2020 rev:92 rq:794119 version:5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/zsh/zsh.changes 2020-04-13 12:51:46.592608660 +0200 +++ /work/SRC/openSUSE:Factory/.zsh.new.2738/zsh.changes 2020-04-16 22:59:02.771482666 +0200 @@ -1,0 +2,6 @@ +Wed Apr 15 09:02:14 UTC 2020 - Ismail Dönmez <[email protected]> + +- Add aliases from /etc/bash.bashrc into /etc/zshrc so we don't + regress + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zshrc ++++++ --- /var/tmp/diff_new_pack.RXseA6/_old 2020-04-16 22:59:04.727484139 +0200 +++ /var/tmp/diff_new_pack.RXseA6/_new 2020-04-16 22:59:04.727484139 +0200 @@ -247,5 +247,25 @@ bindkey "^^[[B" down-history fi +# Aliases exported from /etc/bash.bashrc +alias ..='cd ..' +alias ...='cd ../..' +alias beep='echo -en "\007"' +alias cd..='cd ..' +alias dir='ls -l' +alias egrep='egrep --color=auto' +alias fgrep='fgrep --color=auto' +alias grep='grep --color=auto' +alias l='ls -alF' +alias la='ls -la' +alias ll='ls -l' +alias ls-l='ls -l' +alias md='mkdir -p' +alias o=less +alias rd=rmdir +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' + # Read custom system-wide config if exists test -s /etc/zsh.zshrc.local && . /etc/zsh.zshrc.local
