summaryrefslogtreecommitdiff
path: root/users/ryan/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/common.nix')
-rw-r--r--users/ryan/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/ryan/common.nix b/users/ryan/common.nix
index 2e7505f..4f692a2 100644
--- a/users/ryan/common.nix
+++ b/users/ryan/common.nix
@@ -139,6 +139,7 @@
139 shellAliases = { 139 shellAliases = {
140 cat = "bat --paging=never"; 140 cat = "bat --paging=never";
141 diff = "delta"; 141 diff = "delta";
142 brew = "env -u XDG_CONFIG_HOME brew";
142 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) - 143 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) -
143 # bash is being retired there in favor of this zsh config. `ls`/`spt`/ 144 # bash is being retired there in favor of this zsh config. `ls`/`spt`/
144 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p, 145 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p,
@@ -164,6 +165,7 @@
164 kubectl 165 kubectl
165 talhelper 166 talhelper
166 talosctl 167 talosctl
168 prismlauncher
167 ]; 169 ];
168 170
169 xdg.configFile."aerc" = { 171 xdg.configFile."aerc" = {