chore: open telescope from entering vault/alexandria
Some checks are pending
Check flake / check (push) Waiting to run

This commit is contained in:
Youwen Wu 2024-12-29 13:40:16 -08:00
parent a1a0d7886e
commit 3a36229cf9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -75,7 +75,7 @@
cd $HOME/Documents/vaults
git clone git@code.youwen.dev:youwen5/vault.git
cd $vault_dir
vim
nvim -c "Telescope find_files"
end
'';
@ -92,7 +92,7 @@
cd $HOME/Documents
git clone git@code.youwen.dev:youwen5/alexandria.git
cd $vault_dir
vim
nvim -c "Telescope find_files"
end
'';
};