diff --git a/.config/fish/functions/cd.fish b/.config/fish/functions/cd.fish new file mode 100644 index 0000000..e157abd --- /dev/null +++ b/.config/fish/functions/cd.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.tEUSMQ/cd.fish @ line 1 +function cd + builtin cd (realpath $argv) +end