mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add shell alias x64-brew
This commit is contained in:
@@ -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" = {
|
||||
|
Reference in New Issue
Block a user