commit
52c2155f0e
@ -12,8 +12,16 @@
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -lh'
|
||||
alias la='ls -lAh'
|
||||
alias l.='ls -d .* --color=auto'
|
||||
|
||||
alias grep='grep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
|
||||
alias zgrep 'zgrep --color=auto'
|
||||
alias zfgrep 'zfgrep --color=auto'
|
||||
alias zegrep 'zegrep --color=auto'
|
||||
|
||||
alias xzgrep 'xzgrep --color=auto'
|
||||
alias xzfgrep 'xzfgrep --color=auto'
|
||||
alias xzegrep 'xzegrep --color=auto'
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%define dist_release_version 8
|
||||
%define generic_version 20.03
|
||||
%define generic_patch_level LTS
|
||||
%define generic_release 35
|
||||
%define generic_release 36
|
||||
%define builtin_release_version 1.0
|
||||
|
||||
%define current_arch %{_arch}
|
||||
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/profile.d/performance.sh
|
||||
|
||||
%changelog
|
||||
* Fri May 15 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-36
|
||||
- Add more default color
|
||||
|
||||
* Thu May 7 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-35
|
||||
- Modify the license info in files
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user