This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
shrc: pacman always use colored output
pull/1/head
10sr
10 years ago
parent
b291af0e44
commit
9caeb45bb2
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
shrc
+ 3
- 2
shrc
View File
@@ -425,13 +425,14 @@ do
test -f $f && alias vl=$f && break
done
__safe_alias pa=pacman
__safe_alias pa=pacapt
__safe_alias pa=
"
pacman
--color=always"
__safe_alias pa=
"
pacapt
"
__safe_alias yt=yaourt
__safe_alias cower="cower --color=auto"
null type pacmatic && {
alias pacman="pacmatic"
# variable for yaourt
export PACMAN="pacmatic"
}
Write
Preview
Loading…
Cancel
Save