remove omf, use tide and fisher

This commit is contained in:
2023-02-23 13:47:06 +01:00
parent 2b542580ff
commit 61482e3f3b
91 changed files with 2830 additions and 1532 deletions

View File

@@ -0,0 +1,7 @@
function _tide_parent_dirs --on-variable PWD
set -g _tide_parent_dirs (string escape (
for dir in (string split / -- $PWD)
set -la parts $dir
string join / -- $parts
end))
end