(bash) update fcd list of config and cache dirs
This commit is contained in:
parent
92eb924d66
commit
3eb5a0c88b
1 changed files with 2 additions and 4 deletions
|
|
@ -118,10 +118,8 @@ sf() {
|
||||||
# fuzzy cd into specific folders
|
# fuzzy cd into specific folders
|
||||||
fcd() {
|
fcd() {
|
||||||
local selected_dir=$({
|
local selected_dir=$({
|
||||||
echo "$HOME/.config/asa"
|
find "$HOME/.config" -maxdepth 1 -type d
|
||||||
echo "$HOME/.config/alacritty"
|
find "$HOME/.cache" -maxdepth 1 -type d
|
||||||
echo "$HOME/.cache"
|
|
||||||
echo "$HOME/.cache/asadesuka"
|
|
||||||
echo "$HOME/Documents/Obsidian Vault"
|
echo "$HOME/Documents/Obsidian Vault"
|
||||||
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue