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
Oh My Zsh
Commits
3be4108d
Commit
3be4108d
authored
Oct 09, 2016
by
Michel Filipe
Committed by
Marc Cornellà
Oct 09, 2016
Browse files
remove duplicate alias (#5508)
Removing one "apt-get autoremove" alias because it is duplicated.
parent
cd37d19d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/ubuntu/ubuntu.plugin.zsh
View file @
3be4108d
...
...
@@ -29,7 +29,6 @@ compdef _ppap ppap='sudo ppa-purge'
alias
ag
=
'sudo apt-get'
# age - but without sudo
alias
aga
=
'sudo apt-get autoclean'
# aac
alias
agar
=
'sudo apt-get autoremove'
alias
agb
=
'sudo apt-get build-dep'
# abd
alias
agc
=
'sudo apt-get clean'
# adc
alias
agd
=
'sudo apt-get dselect-upgrade'
# ads
...
...
@@ -44,7 +43,6 @@ alias agar='sudo apt-get autoremove'
compdef _ag
ag
=
'sudo apt-get'
compdef _aga
aga
=
'sudo apt-get autoclean'
compdef _agar
agar
=
'sudo apt-get autoremove'
compdef _agb
agb
=
'sudo apt-get build-dep'
compdef _agc
agc
=
'sudo apt-get clean'
compdef _agd
agd
=
'sudo apt-get dselect-upgrade'
...
...
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