add zoxide to .zshrc and comment about font to .p10k.zsh

This commit is contained in:
2024-09-10 11:38:57 +02:00
parent 3e5a67ae70
commit 5ad9d79774
2 changed files with 5 additions and 0 deletions

3
.zshrc
View File

@@ -113,6 +113,7 @@ source $ZSH/oh-my-zsh.sh
export PATH="/usr/local/cuda-12.4/bin:$PATH"
export PATH="/home/suppl/.local/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH"
export PYENV_ROOT="$HOME/.pyenv"
@@ -128,3 +129,5 @@ python_venv() {
}
autoload -U add-zsh-hook
add-zsh-hook chpwd python_venv
eval "$(zoxide init --cmd cd zsh)"