summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-11-17 21:45:15 +0100
committerAlan Pearce2023-11-17 21:45:15 +0100
commitc43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f (patch)
tree3579e2cb5103804936d2b0cbefc5ca861c998e59 /user/settings/shell.nix
parent6205f83301ce1646c4d366be2450cbc47de25ee3 (diff)
downloadnixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.tar.lz
nixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.tar.zst
nixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.zip
shell: replace tere with walk
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 4babb08f..b0597074 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -26,7 +26,7 @@ in
       lla = "lal";
       llr = "ll -t";
 
-      c = "tere";
+      c = "lk";
       "c," = "cd $(ghq list -p nixfiles)";
       cg = "cd $(git root)";
       cdg = "cd $(git root)";