Forgot to pipe output of a profile test to null file
Obviously, this commit fixes that.
This commit is contained in:
parent
ae651057fd
commit
18e7c56ab8
2
.profile
2
.profile
@ -39,7 +39,7 @@ __define_aliases() {
|
||||
# Mostly just helper wrappers and such
|
||||
__define_functions() {
|
||||
# Arch-only helper functions
|
||||
if [ "$(which pacman)" ]; then
|
||||
if [ "$(which pacman > /dev/null 2>&1)" ]; then
|
||||
export PAC_HELPER="pacaur"
|
||||
local helpers="pacaur yaourt pacman"
|
||||
for helper in $helpers; do
|
||||
|
Loading…
Reference in New Issue
Block a user