From ddd6e973d651b9d9c4d160c8ebb288daa071e259 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 20 Jan 2025 20:49:03 -0500 Subject: Updated Thinkpad config to latest, updated all packages, updated docker compose, changed nixGL to make hyprland work again, now using bash with starship config --- home-config/bash_profile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'home-config/bash_profile') diff --git a/home-config/bash_profile b/home-config/bash_profile index 6bc7def..72ea319 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile @@ -1,16 +1,13 @@ export MOZ_ENABLE_WAYLAND=1 -export XDG_CURRENT_DESKTOP=sway -export XDG_SESSION_DESKTOP=sway -export _JAVA_AWT_WM_NONREPEATING=1 - export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share -export PATH=~/.local/bin:$PATH:~/.nix-profile/bin +export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin +export GOPATH=~/.go # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec Hyprland + exec nixGLIntel Hyprland fi -- cgit v1.2.3