summaryrefslogtreecommitdiff
path: root/home-config/bash_profile
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-01-20 20:49:03 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-01-20 20:49:03 -0500
commitddd6e973d651b9d9c4d160c8ebb288daa071e259 (patch)
treebe36f38ac02a15468dee4e9ab795975636fee844 /home-config/bash_profile
parentce1c24e3100d48c9c210eb1ebc5ebadcc6b77659 (diff)
Updated Thinkpad config to latest, updated all packages, updated docker
compose, changed nixGL to make hyprland work again, now using bash with starship config
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r--home-config/bash_profile9
1 files changed, 3 insertions, 6 deletions
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 @@
1export MOZ_ENABLE_WAYLAND=1 1export MOZ_ENABLE_WAYLAND=1
2 2
3export XDG_CURRENT_DESKTOP=sway
4export XDG_SESSION_DESKTOP=sway
5export _JAVA_AWT_WM_NONREPEATING=1
6
7export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share 3export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
8export PATH=~/.local/bin:$PATH:~/.nix-profile/bin 4export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin
5export GOPATH=~/.go
9 6
10# Honor per-interactive-shell startup file 7# Honor per-interactive-shell startup file
11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 8if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
12 9
13if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then 10if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
14 exec Hyprland 11 exec nixGLIntel Hyprland
15fi 12fi
16 13