aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc9
1 files changed, 2 insertions, 7 deletions
diff --git a/zshrc b/zshrc
index 70d8b20..7c30cb0 100644
--- a/zshrc
+++ b/zshrc
@@ -8,14 +8,9 @@ function start_ssh_agent {
pgrep -x ssh-agent > /dev/null || start_ssh_agent
-# Start X?
+# Start WM?
if [[ "${TTY}" == "/dev/tty1" ]]; then
- STTY='-echo' ${HOME}/.cargo/bin/hatch
- if [ "$?" != "0" ]; then
- exit 1
- fi
-
- startx
+ river
exit 0
fi