(zsh) add obsidian vault path to fcd in
This commit is contained in:
parent
0bfd408974
commit
ff20926e79
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ sf() {
|
|||
fcd() {
|
||||
local selected_dir=$({
|
||||
echo "$HOME/.config"
|
||||
echo "$HOME/Documents/Obsidian Vault"
|
||||
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||
ls -d -1 */ | perl -pe "s#^#$PWD/#" | grep -v \.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue