mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Fix zsh script
This commit is contained in:
parent
02dce5da52
commit
63bc3677ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/zsh -e
|
||||
|
||||
zinit_bin_dir=${XDG_DATA_HOME:-~/.data}/zinit/bin
|
||||
zinit_bin_dir=${XDG_DATA_HOME:-~/.local/share}/zinit/bin
|
||||
|
||||
if [[ -e $zinit_bin_dir ]]; then
|
||||
echo Clean up old zinit bin dir.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue