feat: bd alias
This commit is contained in:
parent
127a4f372f
commit
b8a48c2440
5 changed files with 8 additions and 4 deletions
|
@ -3,7 +3,7 @@ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
|||
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
||||
GUILOG="$HOME/.local/share/xorg/gui.log"
|
||||
|
||||
mv -f "$GUILOG" "$GUILOG.old"
|
||||
mv -f "$GUILOG" "$GUILOG.old" || true
|
||||
|
||||
export XDG_CURRENT_DESKTOP=Unity
|
||||
exec startx &> "$GUILOG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue