(bash) update .bashrc.zima

This commit is contained in:
jc 2024-08-20 17:32:26 +00:00
commit 2901420626

View file

@ -112,12 +112,10 @@ sf() {
# fuzzy cd into specific folders
fcd() {
local selected_dir=$({
echo "$HOME/.config/asa"
echo "$HOME/.config/alacritty"
echo "$HOME/.cache"
echo "$HOME/.cache/asadesuka"
echo "$HOME/Documents/Obsidian Vault"
find "/mnt/md0/ghqrdd" -mindepth 2 -maxdepth 2 -type d
echo "$HOME/Documents/Obsidian Vault"
find "$HOME/.config" -maxdepth 1 -type d
find "$HOME/.cache" -maxdepth 1 -type d
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
ls -d -1 "$HOME/"/*/ | grep -v \.git
} | fzf)