alpha
Login
or
Join now
xcc.es
/
dotfiles_xsh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles_xsh. dotfiles with xonsh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update brew.xsh
author
Morgan
date
3 years ago
(Mar 3, 2023, 10:25 PM -0300)
commit
fc258c54
fc258c5421cdf0c348b8d9ef90a156acb885ff5f
parent
0757f4e0
0757f4e05780c415e4bbe22bbfd51d0928999c9a
+4
-4
1 changed file
Expand all
Collapse all
Unified
Split
brew.xsh
+4
-4
brew.xsh
View file
Reviewed
···
1
1
#!/usr/bin/env xonsh
2
2
$HOMEBREW_AUTO_UPDATE_SECS=300
3
3
-
$HOMEBREW_CLEANUP_MAX_AGE_DAYS=15
4
4
-
$HOMEBREW_DISPLAY_INSTALL_TIMES=1
5
5
-
$HOMEBREW_INSTALL_FROM_API=1
6
6
-
$HOMEBREW_NO_GITHUB_API=1 # exclude issues in brew search
3
3
+
# $HOMEBREW_CLEANUP_MAX_AGE_DAYS=15
4
4
+
# $HOMEBREW_DISPLAY_INSTALL_TIMES=1
5
5
+
# $HOMEBREW_INSTALL_FROM_API=1
6
6
+
# $HOMEBREW_NO_GITHUB_API=1 # exclude issues in brew search
7
7
$HOMEBREW_INSTALL_BADGE='🍦'