Commit 42d58e9

mo khan <mo@mokhan.ca>
2021-07-19 19:54:00
fix: symlink fd-find to fd
1 parent 77d3398
Changed files (1)
script/codespaces-post-start
@@ -25,3 +25,7 @@ install_pkgs
 
 ./vim/pack/plugins/start/fzf/install --all
 cp -f ./vim/pack/plugins/start/fzf/bin/fzf "$HOME/.local/bin/"
+
+if [[ -f "/usr/bin/fdfind" ]]; then
+  ln -s /usr/bin/fdfind /usr/bin/fd
+fi