all repos — nixfiles @ c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f

System and user configuration, managed by nix and home-manager

shell: replace tere with walk
Alan Pearce alan@alanpearce.eu
Fri, 17 Nov 2023 21:45:15 +0100
commit

c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f

parent

6205f83301ce1646c4d366be2450cbc47de25ee3

4 files changed, 5 insertions(+), 8 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -96,7 +96,7 @@ tree       remake
       abduco
       dvtm
-      tere
+      walk
       (aspellWithDicts (d: [ d.en d.en-computers d.en-science d.de ]))
     ]
     ++ (
A user/settings/fish/functions/lk.fish
@@ -0,0 +1,3 @@+function lk
+    set loc (walk $argv); and cd $loc
+end
D user/settings/fish/functions/tere.fish
@@ -1,6 +0,0 @@-function tere
-    set -f result $(command tere $argv)
-    if test -n $result
-        cd $result
-    end
-end
M user/settings/shell.nixuser/settings/shell.nix
@@ -26,7 +26,7 @@ lal = "ll -A";       lla = "lal";
       llr = "ll -t";
 
-      c = "tere";
+      c = "lk";
       "c," = "cd $(ghq list -p nixfiles)";
       cg = "cd $(git root)";
       cdg = "cd $(git root)";