Skip to content

Commit fcf4631

Browse files
committed
feat: changes
1 parent abb56ee commit fcf4631

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

nix/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell/exports.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ fi
3535

3636
export FZF_DEFAULT_OPTS="--color=$fzf_colors --reverse"
3737

38-
export HOMEBREW_AUTO_UPDATE_SECS=604800 # 1 week
39-
export HOMEBREW_NO_ANALYTICS=true
38+
export HOMEBREW_NO_AUTO_UPDATE=1
39+
export HOMEBREW_NO_ANALYTICS=1
4040
export HOMEBREW_PREFIX="/opt/homebrew";
4141
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
4242
export HOMEBREW_REPOSITORY="/opt/homebrew";

shell/functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function up() {
1010
nix flake update --flake /Users/rafa.gomez/.dotfiles/nix
1111
nvd diff $(ls -dt /nix/var/nix/profiles/system-*-link | head -n2)
1212
sudo darwin-rebuild switch --flake /Users/rafa.gomez/.dotfiles/nix#pro --impure
13+
zimfw upgrade
1314
}
1415

1516
t() {

0 commit comments

Comments
 (0)