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 ";
|
l = "exa -l --color=always ";
|
||||||
htop = "btm --color nord-light -b --tree";
|
htop = "btm --color nord-light -b --tree";
|
||||||
Htop = "btm --color nord-light --tree";
|
Htop = "btm --color nord-light --tree";
|
||||||
brew64 = "arch -x86_64 /usr/local/bin/brew";
|
|
||||||
|
|
||||||
# My own commands for easy access
|
# My own commands for easy access
|
||||||
thisterm = "cd ~/Projects/uw/$CURRENT_TERM";
|
thisterm = "cd ~/Projects/uw/$CURRENT_TERM";
|
||||||
|
|
|
@ -19,6 +19,11 @@ in
|
||||||
x86pkgs.anki-bin
|
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
|
# This value determines the Home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
|
|
Loading…
Reference in a new issue