(bash) update zima bashrc

This commit is contained in:
jc 2024-08-13 19:34:53 +00:00
commit 4c6f0fb476

View file

@ -117,7 +117,7 @@ fcd() {
echo "$HOME/.cache" echo "$HOME/.cache"
echo "$HOME/.cache/asadesuka" echo "$HOME/.cache/asadesuka"
echo "$HOME/Documents/Obsidian Vault" echo "$HOME/Documents/Obsidian Vault"
find "/mnt/md0/ghqhdd" -mindepth 2 -maxdepth 2 -type d find "/mnt/md0/ghqrdd" -mindepth 2 -maxdepth 2 -type d
ls -d -1 "$HOME/"/*/ | grep -v \.git ls -d -1 "$HOME/"/*/ | grep -v \.git
} | fzf) } | fzf)