(bash) update fcd to find symlinks in .config
This commit is contained in:
parent
fe4bad1fa9
commit
a4d20e4601
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ sf() {
|
||||||
fcd() {
|
fcd() {
|
||||||
local selected_dir=$({
|
local selected_dir=$({
|
||||||
find "$HOME/.config" -maxdepth 1 -type d
|
find "$HOME/.config" -maxdepth 1 -type d
|
||||||
|
find "$HOME/.config" -maxdepth 1 -type l
|
||||||
find "$HOME/.cache" -maxdepth 1 -type d
|
find "$HOME/.cache" -maxdepth 1 -type d
|
||||||
find "/mnt/smb" -maxdepth 1 -type d
|
find "/mnt/smb" -maxdepth 1 -type d
|
||||||
echo "$HOME/Documents/Obsidian Vault"
|
echo "$HOME/Documents/Obsidian Vault"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue