- 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

@@ -207,3 +207,6 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
export QT_PLUGIN_PATH=~/.local/lib/qt/plugins/:
eval "$(ssh-agent -s)"
if command -v zoxide > /dev/null; then
eval "$(zoxide init bash)"
fi