mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- Aliases added for alternate Nvim distros
- File cleanups - Zoxide initialization in bashrc & zshrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user