Accepting request 800460 from home:NickLion:shells

- Add $HOME aliases to fix regression after dropping /etc/bash.bashrc

OBS-URL: https://build.opensuse.org/request/show/800460
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=225
This commit is contained in:
Ismail Dönmez 2020-05-06 05:17:27 +00:00 committed by Git OBS Bridge
parent 0770f932c1
commit d1788e8465
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 5 20:07:10 UTC 2020 - Mykola Krachkovsky <w01dnick@gmail.com>
- Add $HOME aliases to fix regression after dropping /etc/bash.bashrc
-------------------------------------------------------------------
Tue May 5 04:41:08 UTC 2020 - Ismail Dönmez <idonmez@suse.com>

2
zshrc
View File

@ -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
#