mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2026-04-02 09:55:28 +00:00
remove omf, use tide and fisher
This commit is contained in:
7
files/fish/functions/_tide_parent_dirs.fish
Normal file
7
files/fish/functions/_tide_parent_dirs.fish
Normal 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
|
||||
Reference in New Issue
Block a user