diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |