From 4d963b3b9cdbc239bf9975695d14af7319e3026a Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 16 Oct 2024 19:26:33 +0200 Subject: updates --- shrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'shrc') diff --git a/shrc b/shrc index 845c21e..9b2eb6f 100644 --- a/shrc +++ b/shrc @@ -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 -- cgit v1.2.3