diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-22 12:21:31 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-22 12:21:31 +0300 |
commit | ba51d8509f78361f3049900861f492e100116a8c (patch) | |
tree | 1e408ed789ecd8f3761ab9b4aa88b42e1af507f1 /home/bashrc | |
parent | 9fa6862f443b66c01895c3199502e4f628e4f69b (diff) | |
download | guix-ba51d8509f78361f3049900861f492e100116a8c.tar.gz guix-ba51d8509f78361f3049900861f492e100116a8c.tar.bz2 guix-ba51d8509f78361f3049900861f492e100116a8c.zip |
.
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 + |