summaryrefslogtreecommitdiff
path: root/home/bashrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-27 10:04:52 +0200
committerMarc Coquand <marc@mccd.space>2024-10-27 10:04:52 +0200
commit49a21778db28105f0ea01e2e65686de963e954cc (patch)
tree1dcd2ff184e2449e49711445162151bf39ebba8f /home/bashrc
parent78c176e81be7cb5c3b27c8e7c0ec33367f953885 (diff)
downloadguix-49a21778db28105f0ea01e2e65686de963e954cc.tar.gz
guix-49a21778db28105f0ea01e2e65686de963e954cc.tar.bz2
guix-49a21778db28105f0ea01e2e65686de963e954cc.zip
.
Diffstat (limited to '')
-rw-r--r--home/bashrc2
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