diff options
| -rw-r--r-- | .profile | 1 | ||||
| -rw-r--r-- | profile | 4 |
2 files changed, 4 insertions, 1 deletions
| diff --git a/.profile b/.profile deleted file mode 100644 index 37f1a42..0000000 --- a/.profile +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | export ENV="$HOME/.okshrc" | ||
| diff --git a/profile b/profile index 37f1a42..a7e2d8a 100644 --- a/profile +++ b/profile | |||
| @@ -1 +1,5 @@ | |||
| 1 | export ENV="$HOME/.okshrc" | 1 | export ENV="$HOME/.okshrc" |
| 2 | |||
| 3 | if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then | ||
| 4 | startx ~/.xinitrc | ||
| 5 | fi | ||
