diff options
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 |