From dbaeaf827090545db7db30d623b44ac29e386829 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:08:42 +0200 Subject: Routine changes. Changes to be committed: modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig modified: X11/xinit modified: appimageupdate modified: btop/btop.conf modified: install.sh modified: lock deleted: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- zsh/zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 68b8855..e3c4aad 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,3 +1,5 @@ +# Add deno completions to search path +if [[ ":$FPATH:" != *":/home/alphara/.zsh/completions:"* ]]; then export FPATH="/home/alphara/.zsh/completions:$FPATH"; fi zstyle ':completion:*' menu select zstyle :compinstall filename '~/.zshrc' @@ -54,4 +56,8 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" +# slow af +#eval "$(gh copilot alias -- zsh)" + eval "$(zoxide init zsh)" +. "/home/alphara/.deno/env" -- cgit v1.2.3