Skip to content

Commit

Permalink
add preferred pacman aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Dec 29, 2013
1 parent e1674ab commit 1dad188
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ fi
# For Homebrew formulae on OS X
if [ $(uname) = "Darwin" ]; then export PATH=/usr/local/sbin:/usr/local/bin:$PATH; fi

if [ -f /usr/bin/pacmatic ]; then
alias pacman=pacmatic
fi

# Colorized Pacman output
alias pacman="pacman --color auto"

#_byobu_sourced=1 . /usr/bin/byobu-launch

0 comments on commit 1dad188

Please sign in to comment.