diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-27 10:04:52 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-27 10:04:52 +0200 |
commit | 49a21778db28105f0ea01e2e65686de963e954cc (patch) | |
tree | 1dcd2ff184e2449e49711445162151bf39ebba8f /home/bashrc | |
parent | 78c176e81be7cb5c3b27c8e7c0ec33367f953885 (diff) | |
download | guix-49a21778db28105f0ea01e2e65686de963e954cc.tar.gz guix-49a21778db28105f0ea01e2e65686de963e954cc.tar.bz2 guix-49a21778db28105f0ea01e2e65686de963e954cc.zip |
.
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 |