diff options
| author | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
| commit | 8e5173a2d25c8f79607f4806016276065abda41c (patch) | |
| tree | be4cfd1d2c7589d85b44f55ea8a966cb3bf3d776 /.bash_profile | |
| parent | f0bf896d1372c69d8ad7889564a28168954d8123 (diff) | |
update
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..9b69b62 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + +if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec startx +fi |
