- Aliases added for alternate Nvim distros

- File cleanups
- Zoxide initialization in bashrc & zshrc
This commit is contained in:
Pratik Tripathy
2024-01-10 21:59:53 +05:30
parent 3a3ace80f4
commit 44d124735d
7 changed files with 64 additions and 53 deletions

View File

@@ -126,3 +126,6 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
eval "$(ssh-agent -s)" > /dev/null
ulimit -n 10240
if command -v zoxide > /dev/null; then
eval "$(zoxide init zsh)"
fi