mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
common-aliases: delete unexistant command
`display_info` doesn't exist in any known platform Fixes #5208
This commit is contained in:
parent
0d80e9b4ee
commit
6af58f492f
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ alias p='ps -f'
|
|||
alias sortnr='sort -n -r'
|
||||
alias unexport='unset'
|
||||
|
||||
alias whereami=display_info
|
||||
|
||||
alias rm='rm -i'
|
||||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
|
Loading…
Reference in a new issue