diff options
| author | 2026-01-14 19:48:46 +0100 | |
|---|---|---|
| committer | 2026-01-14 19:54:08 +0100 | |
| commit | d5e522754dbff4be53d6f05f93d1c864d0eaa202 (patch) | |
| tree | 247b015e08a9fe7098392b7b2b471ed01879e674 /dot_config | |
| parent | git: instantiate git.toast.cafe as me: \o/ (diff) | |
remove fossil
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/private_fish/completions/f.fish | 12 | ||||
| -rw-r--r-- | dot_config/private_fish/functions/f.fish | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dot_config/private_fish/completions/f.fish b/dot_config/private_fish/completions/f.fish deleted file mode 100644 index 99796c6..0000000 --- a/dot_config/private_fish/completions/f.fish +++ /dev/null @@ -1,12 +0,0 @@ -# f wraps fossil by default -complete -c f -w fossil - -# additional subcommands -set -l dcommands (fossil help -a) -set -l paths $PATH/fossil-* -set -l commands (string replace -r '.*fossil-' '' $paths) - -if set -q commands[1] - complete -c fossil -n "not __fish_seen_subcommand_from $dcommands" \ - -a "$commands" -end diff --git a/dot_config/private_fish/functions/f.fish b/dot_config/private_fish/functions/f.fish deleted file mode 100644 index a3a5e33..0000000 --- a/dot_config/private_fish/functions/f.fish +++ /dev/null @@ -1,9 +0,0 @@ -function f --wraps=fossil - set -l maybecmd fossil-$argv[1] - if type -q $maybecmd; - set -e argv[1]; - $maybecmd $argv; - else - fossil $argv; - end -end |
