Swithed from IlanCosman to plttn version of tide

This commit is contained in:
Ivan Golikov 2026-05-27 21:47:46 +02:00
parent 0ed893ecd0
commit 292c618236
39 changed files with 693 additions and 201 deletions

View file

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