Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
6af58f49
Unverified
Commit
6af58f49
authored
Jun 18, 2018
by
Marc Cornellà
Committed by
GitHub
Jun 18, 2018
Browse files
common-aliases: delete unexistant command
`display_info` doesn't exist in any known platform Fixes #5208
parent
0d80e9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/common-aliases/common-aliases.plugin.zsh
View file @
6af58f49
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment