tide/functions/_tide_item_pwd.fish

3 lines
61 B
Fish
Raw Normal View History

2020-05-20 20:05:33 +03:00
function _tide_item_pwd
2020-06-25 05:45:50 +03:00
printf '%s' $_tide_pwd_output
2020-04-03 01:39:10 +03:00
end