Move fish brew64 alias back to macbook
This commit is contained in:
parent
0958b5c615
commit
7edd88dc9c
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue