diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 14:45:05 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 14:45:05 -0400 |
| commit | 43ea80ea908a4c7070e09f70d4fc63acd34cdace (patch) | |
| tree | ab6ef8194730eac8872a6e2833410fc9e80ae630 /home-config/bash_profile | |
| parent | 438237dbff8b535bfcf4cac7625c9b085e4b6c53 (diff) | |
libvirt pain
Diffstat (limited to 'home-config/bash_profile')
| -rw-r--r-- | home-config/bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-config/bash_profile b/home-config/bash_profile index d58e435..ebc6cba 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile | |||
| @@ -9,3 +9,8 @@ export PATH=$PATH:~/.nix-profile/bin | |||
| 9 | 9 | ||
| 10 | # Honor per-interactive-shell startup file | 10 | # Honor per-interactive-shell startup file |
| 11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | 11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |
| 12 | |||
| 13 | if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then | ||
| 14 | exec Hyprland | ||
| 15 | fi | ||
| 16 | |||
