diff options
Diffstat (limited to '')
-rw-r--r-- | home/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/bashrc b/home/bashrc index 9a3a2cf..c69c164 100644 --- a/home/bashrc +++ b/home/bashrc @@ -40,3 +40,4 @@ eval "$(zoxide init posix --hook prompt)" if [ "$(tty)" = "/dev/tty1" ]; then exec startx fi + |