summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2023-06-10 18:21:35 +0200
committerAlan Pearce2023-06-10 18:21:35 +0200
commit986efd80c92a671eea0a950997ef1ca42050b551 (patch)
tree60a4c3098f00214bf2a896d16fef3a59ff9aa9ca /user/settings
parent5ecc7f4e889be6bc899d2f7faa72d44c422f4c6c (diff)
downloadnixfiles-986efd80c92a671eea0a950997ef1ca42050b551.tar.lz
nixfiles-986efd80c92a671eea0a950997ef1ca42050b551.tar.zst
nixfiles-986efd80c92a671eea0a950997ef1ca42050b551.zip
zsh: install and set up tere to quickly move around the file system
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/base.nix1
-rw-r--r--user/settings/zsh.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix
index 5246ad0d..6f86a33e 100644
--- a/user/settings/base.nix
+++ b/user/settings/base.nix
@@ -51,6 +51,7 @@
       remake
       abduco
       dvtm
+      tere
       (aspellWithDicts (d: [ d.en d.en-computers d.en-science d.de ]))
     ]
     ++ (
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 6db8bb4e..885affa1 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -106,6 +106,7 @@ in
       lla = "lal";
       llr = "ll -t";
 
+      c = "tere";
       "c," = "cd $(ghq list -p nixfiles)";
       cg = "cd $(git root)";
       cdg = "cd $(git root)";