Skip to content

Commit

Permalink
BASE: TUI: ALL: Delete obsolete Fish functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Dec 13, 2024
1 parent 6ec01d9 commit 741b6f8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions home/modules/base/tui/all/programs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,6 @@ in
#"${pkgs.coreutils}/bin/cat" "${./color_bars.txt}"
'';
};
broot-dir = {
description = "Jump into a deep directory with Broot";
body = ''
if set -q argv[1]
br --only-folders --cmd "$argv[1] cd"
else
br --only-folders
end
'';
};
broot-tree = {
description = "Directory tree with Broot";
body = ''
br -c :pt $argv
'';
};
zoxide-smart = {
description = "Autojump if obvious, else fuzzy search";
body = ''
Expand All @@ -98,23 +82,6 @@ in
end
'';
};
pull-all = {
description = "Git pull all under ~/src/live";
body = ''
for d in ~/src/live/*
git -C "$d" pull
end
'';
};
bored = {
description = "Things to run when bored";
body = ''
unison
and nix-channel --update
and pull-all
and nix search --update-cache > /dev/null
'';
};
org-refs = {
description = "Report references found in Org files";
body = ''
Expand Down

0 comments on commit 741b6f8

Please sign in to comment.