Move fish brew64 alias back to macbook

This commit is contained in:
Natsu Kagami 2021-09-29 12:39:40 -04:00
parent 0958b5c615
commit 7edd88dc9c
2 changed files with 5 additions and 1 deletions

View file

@ -52,7 +52,6 @@
l = "exa -l --color=always ";
htop = "btm --color nord-light -b --tree";
Htop = "btm --color nord-light --tree";
brew64 = "arch -x86_64 /usr/local/bin/brew";
# My own commands for easy access
thisterm = "cd ~/Projects/uw/$CURRENT_TERM";

View file

@ -19,6 +19,11 @@ in
x86pkgs.anki-bin
];
# Additional settings for programs
programs.fish.shellAliases = {
brew64 = "arch -x86_64 /usr/local/bin/brew";
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage