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
223872c4
Commit
223872c4
authored
Dec 30, 2016
by
Patrick José Pereira
Browse files
'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
8c6ac51f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/ubuntu/ubuntu.plugin.zsh
View file @
223872c4
...
...
@@ -69,7 +69,7 @@ alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
# apt-add-repository with automatic install/upgrade of the desired package
# Usage: aar ppa:xxxxxx/xxxxxx [packagename]
# If packagename is not given as 2nd argument the function will ask for it and guess the default by taking
# the part after the / from the ppa name wich is sometimes the right name for the package you want to install
# the part after the / from the ppa name w
h
ich is sometimes the right name for the package you want to install
aar
()
{
if
[
-n
"
$2
"
]
;
then
PACKAGE
=
$2
...
...
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