From 482e8448216afff4973ba328e120e34aaf7b45c1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 29 May 2025 15:48:20 +0900 Subject: [PATCH] Update --- shrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shrc b/shrc index c9d0b99..ae0cc33 100755 --- a/shrc +++ b/shrc @@ -351,7 +351,8 @@ __safe_alias pipenv="env -u PIP_USER pipenv" __safe_alias pipx="env -u PIP_USER pipx" alias f='less `fzf`' -alias fcd='cd `find . -type d 2>/dev/null | fzf`' +# TODO: Use find if bfs is not available +alias fcd='cd `bfs . -type d 2>/dev/null | fzf`' # Sometimes SHELL cannot be used. For example, when running bash inside zsh