summaryrefslogtreecommitdiff
path: root/shrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-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