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
dcab0cdc
Commit
dcab0cdc
authored
Jul 19, 2011
by
Robby Russell
Browse files
Merge pull request #483 from dreur/upstream-archlinux-plugin
Fix typo in archlinux plugin
parents
c082174a
8e77ad46
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/archlinux/archlinux.plugin.zsh
View file @
dcab0cdc
...
...
@@ -46,7 +46,8 @@ alias pacmir='sudo pacman -Syy' # Force refresh of all package li
paclist
()
{
sudo
pacman
-Qei
$(
pacman
-Qu
|cut
-d
" "
-f
1
)
|awk
' BEGIN {FS=":"}/^Name/{printf("\033[1;36m%s\033[1;37m", $2)}/^Description/{print $2}'
}
alias
paclsorhpans
=
'sudo pacman -Qdt'
alias
paclsorphans
=
'sudo pacman -Qdt'
alias
pacrmorphans
=
'sudo pacman -Rs $(pacman -Qtdq)'
pacdisowned
()
{
...
...
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