Update Fedora state: 2026-04-29 11:50
This commit is contained in:
parent
42ca768584
commit
10f0d5de1d
338 changed files with 18983 additions and 32 deletions
10
dot_config/private_fish/functions/_tide_parent_dirs.fish
Normal file
10
dot_config/private_fish/functions/_tide_parent_dirs.fish
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
function _tide_parent_dirs --on-variable PWD
|
||||
set -g _tide_parent_dirs (
|
||||
string escape (
|
||||
for dir in (string split / -- $PWD)
|
||||
set -fa parts $dir
|
||||
string join / -- $parts
|
||||
end
|
||||
)
|
||||
)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue