feat: minor maintaining changes

TODO: must replace old pulseaudio-ctl commands
This commit is contained in:
2025-09-02 21:58:17 +02:00
parent aa5dd02c14
commit d6854880de
10 changed files with 3557 additions and 67 deletions

View File

@@ -26,3 +26,6 @@ alias gl="git log --graph --oneline --all"
eval "$(starship init zsh)"
eval "$(zoxide init zsh)"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"