(bash) fcd include cache dir
This commit is contained in:
parent
6168089274
commit
e7db02c6e1
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ sf() {
|
|||
fcd() {
|
||||
local selected_dir=$({
|
||||
echo "$HOME/.config"
|
||||
echo "$HOME/.cache"
|
||||
echo "$HOME/Documents/Obsidian Vault"
|
||||
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue