common: update config

This commit is contained in:
2026-02-05 03:11:23 -06:00
parent 85d91ed449
commit 4d3a501413
5 changed files with 26 additions and 14 deletions
+9 -1
View File
@@ -102,6 +102,14 @@ export EDITOR="nvim"
# Global CMake clangd fix
export CMAKE_EXPORT_COMPILE_COMMANDS=1
[[ "$(tty)" == /dev/tty1 ]] && Hyprland
if [[ "$(tty)" == /dev/tty1 ]]; then
mount -a ; Hyprland
fi
$(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &)
## [Completion]
## Completion scripts setup. Remove the following line to uninstall
[[ -f /home/trianta/.config/.dart-cli-completion/zsh-config.zsh ]] && . /home/trianta/.config/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]