summaryrefslogtreecommitdiff
path: root/shrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-16 19:26:33 +0200
committerMarc Coquand <marc@mccd.space>2024-10-16 19:26:33 +0200
commit4d963b3b9cdbc239bf9975695d14af7319e3026a (patch)
treeeab57fe72cc72930a61776f4ad1ca17364f33bf2 /shrc
parent9dab72655a84b2d80220f9ee30a12ae6112079ed (diff)
downloadbsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.tar.gz
bsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.tar.bz2
bsd-4d963b3b9cdbc239bf9975695d14af7319e3026a.zip
updates
Diffstat (limited to 'shrc')
-rw-r--r--shrc10
1 files changed, 4 insertions, 6 deletions
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