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

2
.zimrc
View file

@ -13,3 +13,5 @@ zmodule zsh-users/zsh-syntax-highlighting
zmodule ohmyzsh/ohmyzsh --root plugins/ng --fpath ./
zmodule urbainvaes/fzf-marks
zmodule carlosedp/mill-zsh-completions

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()) } '"