1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: Restore cd symlink resolving

This commit is contained in:
Phantop 2019-04-05 23:35:13 -04:00
parent a956562c4d
commit 9cf8ddb0c1

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.tEUSMQ/cd.fish @ line 1
function cd
builtin cd (realpath $argv)
end