about summary refs log tree commit diff
path: root/home/profiles/zsh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-09-14 19:17:16 -0700
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:05:04 -0800
commit349952f15ee9dcc295b5674358ed36765f340152 (patch)
tree310ddb62ddc3a0001f67fbf26969ee0ae8ce25fb /home/profiles/zsh.nix
parentbuild(deps): bump actions/checkout from 3 to 4 (#1) (diff)
downloadworld-349952f15ee9dcc295b5674358ed36765f340152.tar.gz
add 1password key and format some files
Diffstat (limited to 'home/profiles/zsh.nix')
-rw-r--r--home/profiles/zsh.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/home/profiles/zsh.nix b/home/profiles/zsh.nix
index 756ee9d..0cc20eb 100644
--- a/home/profiles/zsh.nix
+++ b/home/profiles/zsh.nix
@@ -23,8 +23,8 @@
     };
 
     localVariables = {
-      # Print timing statistics for everything which takes longer than 5 seconds of
-      # user + system time.
+      # Print timing statistics for everything which takes longer than
+      # 5 seconds of user + system time.
       REPORTTIME = 5;
     };
 
@@ -33,15 +33,12 @@
       lt = "ls -ltrh --color=auto";
       la = "ls -ltrha --color=auto";
       pkgsearch = "nix search nixpkgs";
-      hms = "home-manager switch --flake .";
-      nr = "sudo nixos-rebuild switch --flake .";
       flup = "nix flake update --commit-lock-file";
-      dhcp-leasese = "xdg-open http://192.168.6.1:8067/";
     };
 
     oh-my-zsh = {
       enable = true;
-      plugins = ["git"];
+      plugins = [ "git" ];
       theme = "robbyrussell";
     };
   };