1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 00:49:15 +00:00
dotfiles/.config/fish/functions/cd.fish

5 lines
105 B
Fish
Raw Normal View History

2019-04-08 03:03:58 +00:00
# Defined in /tmp/fish.pCCKfo/cd.fish @ line 2
2019-04-06 03:35:13 +00:00
function cd
2019-04-08 03:03:58 +00:00
builtin cd (realpath $argv 2> /dev/null)
2019-04-06 03:35:13 +00:00
end