plugins and aliases
This commit is contained in:
parent
6a8412428b
commit
2cceb7b489
2
.zimrc
2
.zimrc
|
@ -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
|
||||
|
|
|
@ -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()) } '"
|
||||
|
|
Loading…
Reference in a new issue