init .config git tracking
This commit is contained in:
commit
114c330966
151 changed files with 4688 additions and 0 deletions
10
config/fish/functions/_tide_parent_dirs.fish
Normal file
10
config/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