small updates
This commit is contained in:
@@ -33,6 +33,9 @@ if [ -d ~/.local/share/man ]; then
|
||||
export MANPATH="$HOME/.local/share/man:$MANPATH"
|
||||
fi
|
||||
|
||||
export GOPATH=~/.cache/go
|
||||
export GOBIN=~/.local/bin
|
||||
|
||||
# start X or Hyprland at login
|
||||
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
|
||||
if which /usr/bin/sx > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user