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

View File

@@ -12,6 +12,8 @@
#
# for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done
# !! Font: MesloLGS NF Mono
# Temporarily change options.
'builtin' 'local' '-a' 'p10k_config_opts'
[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases')

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)"