Add shell alias x64-brew

This commit is contained in:
Dave Gallant
2022-07-21 20:09:58 -04:00
parent a2d89d3f64
commit e0b6e5782c
2 changed files with 19 additions and 15 deletions

View File

@@ -123,6 +123,9 @@ in {
export PATH=$PATH:$GOBIN
export PATH=$HOME/.krew/bin:$PATH
# homebrew for x86
export PATH=$PATH:/usr/local/homebrew/bin
'';
initExtra = ''
@@ -168,6 +171,7 @@ in {
tree = "exa --tree";
v = "nvim";
nix-install = "nix-env -iA";
brew-x86 = "arch -x86_64 /usr/local/homebrew/bin/brew";
};
"oh-my-zsh" = {