plugins and aliases

This commit is contained in:
crater2150 2024-07-15 12:28:33 +02:00
parent 6a8412428b
commit 2cceb7b489
2 changed files with 4 additions and 0 deletions

View file

@ -381,3 +381,5 @@ function gh-copilot-cli() {
alias C="gh-copilot-cli shell"
alias Cgit="gh-copilot-cli git"
alias Cgh="gh-copilot-cli gh"
alias e="nvim -c 'lua require(\"telescope.builtin\").fd { cwd = require(\"findroot\")(require(\"telescope.utils\").buffer_dir()) } '"