diff options
Diffstat (limited to '')
-rw-r--r-- | home/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/bashrc b/home/bashrc index c69c164..63cdf66 100644 --- a/home/bashrc +++ b/home/bashrc @@ -38,6 +38,6 @@ alias a='pwd' eval "$(zoxide init posix --hook prompt)" if [ "$(tty)" = "/dev/tty1" ]; then - exec startx + exec startx fi |