(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
|
||||
fcd() {
|
||||
local selected_dir=$({
|
||||
echo "$HOME/.config/asa"
|
||||
echo "$HOME/.config/alacritty"
|
||||
echo "$HOME/.cache"
|
||||
echo "$HOME/.cache/asadesuka"
|
||||
find "$HOME/.config" -maxdepth 1 -type d
|
||||
find "$HOME/.cache" -maxdepth 1 -type d
|
||||
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