(.zshrc, install.sh): integrate zoxide installation and initialization across multiple OSes

This commit is contained in:
Frank Qing
2025-05-28 02:15:02 +08:00
parent 4a063ea8d5
commit d160d1795b
2 changed files with 51 additions and 6 deletions

4
.zshrc
View File

@@ -73,7 +73,6 @@ plugins=(
systemd
k
extract
z
sudo
fzf-tab
# web-search
@@ -226,4 +225,7 @@ source $ZSH/oh-my-zsh.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_OPS="--extended"
# Initialize zoxide (smarter cd command)
eval "$(zoxide init zsh)"
alias k="k -h" # show human readable file sizes, in kb, mb etc