diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-16 19:26:33 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-16 19:26:33 +0200 |
commit | 4d963b3b9cdbc239bf9975695d14af7319e3026a (patch) | |
tree | eab57fe72cc72930a61776f4ad1ca17364f33bf2 /shrc | |
parent | 9dab72655a84b2d80220f9ee30a12ae6112079ed (diff) | |
download | bsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.tar.gz bsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.tar.bz2 bsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.zip |
updates
Diffstat (limited to 'shrc')
-rw-r--r-- | shrc | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -44,12 +44,10 @@ notes() { . /home/mccd/.nix-profile/etc/profile.d/nix.sh - -set -o vi - -PS1='\W \$ ' +alias a='pwd' eval "$(zoxide init posix --hook prompt)" - -[ "$(tty)" == "/dev/tty1" ] && exec startx +if [ "$(tty)" = "/dev/tty1" ]; then + exec startx +fi |