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:
parent
0770f932c1
commit
d1788e8465
@ -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
2
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user