mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Fish: Restore cd symlink resolving
This commit is contained in:
parent
a956562c4d
commit
9cf8ddb0c1
4
.config/fish/functions/cd.fish
Normal file
4
.config/fish/functions/cd.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.tEUSMQ/cd.fish @ line 1
|
||||
function cd
|
||||
builtin cd (realpath $argv)
|
||||
end
|
Loading…
Reference in a new issue