update hyprland setup
This commit is contained in:
parent
a73923eb7b
commit
f3d1ad65dd
2 changed files with 10 additions and 2 deletions
|
|
@ -6,6 +6,8 @@
|
|||
# ╭──────────────────────────────────────────────────────────╮
|
||||
# │ Preoload stuff │
|
||||
# ╰──────────────────────────────────────────────────────────╯
|
||||
|
||||
export $HOME/.zprofile
|
||||
# Set the directory we want to store zinit and plugins
|
||||
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"
|
||||
|
||||
|
|
@ -197,6 +199,6 @@ eval "$(zoxide init --cmd cd zsh)"
|
|||
eval "$(starship init zsh)"
|
||||
{{ /if ~}}
|
||||
|
||||
{{ #if dotter.packages.mise }}
|
||||
{{ #if (is_executable "mise") }}
|
||||
eval "$(mise activate zsh)"
|
||||
{{ /if ~}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue