Merge main into zephyrus

This commit is contained in:
2025-06-07 21:42:09 -04:00
20 changed files with 420 additions and 284 deletions

View File

@@ -10,8 +10,8 @@ alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
PS1='[\u@\h \W]\$ '
if uwsm check may-start; then
exec uwsm start hyprland.desktop
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec sway
fi
# pnpm
@@ -24,4 +24,4 @@ esac
eval "$(starship init bash)"
export PATH=~/.npm-global/bin:$PATH
export PATH=~/.npm-global/bin:~/.local/bin:$PATH