feat: bin -> .local/bin, vcs_info untracked

This commit is contained in:
ange 2024-04-24 19:22:30 +02:00
parent af14629939
commit 7c98658d24
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
30 changed files with 31 additions and 46 deletions

View file

@ -1,15 +1,12 @@
# vim: ft=zsh
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
[ "$XDG_VTNR" = 1 ] && {
GUILOG="$HOME/.local/share/gui.log"
GUILOG="$HOME/.local/share/xorg/gui.log"
mkdir -p "$(dirname "$GUILOG")"
mv "$GUILOG" "$GUILOG.old" 2> /dev/null
mv "$GUILOG" "$GUILOG.old"
export XDG_CURRENT_DESKTOP=Unity
exec startx > "$GUILOG" 2>&1
exec startx &> "$GUILOG"
}
#[ "$XDG_VTNR" = 1 ] && exec Hyprland