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
06734253
Commit
06734253
authored
12 years ago
by
mapc
Browse files
Options
Download
Email Patches
Plain Diff
Add command to directly install the output of acs
parent
1876f1d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/debian/debian.plugin.zsh
+3
-0
plugins/debian/debian.plugin.zsh
with
3 additions
and
0 deletions
+3
-0
plugins/debian/debian.plugin.zsh
View file @
06734253
...
...
@@ -49,6 +49,9 @@ if [[ $use_sudo -eq 1 ]]; then
alias
afu
=
'sudo apt-file update'
alias
ag
=
'sudo $apt_pref upgrade'
alias
ai
=
'sudo $apt_pref install'
# Install all packages given on the command line while using only the first word of each line:
# acs ... | ail
alias
ail
=
"sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | "
' xargs sudo $apt_pref install'
alias
ap
=
'sudo $apt_pref purge'
alias
ar
=
'sudo $apt_pref remove'
...
...
This diff is collapsed.
Click to expand it.
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