mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
chore: open telescope from entering vault/alexandria
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
a1a0d7886e
commit
3a36229cf9
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
||||||
cd $HOME/Documents/vaults
|
cd $HOME/Documents/vaults
|
||||||
git clone git@code.youwen.dev:youwen5/vault.git
|
git clone git@code.youwen.dev:youwen5/vault.git
|
||||||
cd $vault_dir
|
cd $vault_dir
|
||||||
vim
|
nvim -c "Telescope find_files"
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
cd $HOME/Documents
|
cd $HOME/Documents
|
||||||
git clone git@code.youwen.dev:youwen5/alexandria.git
|
git clone git@code.youwen.dev:youwen5/alexandria.git
|
||||||
cd $vault_dir
|
cd $vault_dir
|
||||||
vim
|
nvim -c "Telescope find_files"
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue