shell: replace tere with walk
Alan Pearce alan@alanpearce.eu
Fri, 17 Nov 2023 21:45:15 +0100
4 files changed, 5 insertions(+), 8 deletions(-)
M user/settings/base.nix → user/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.nix → user/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)";