summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index 5946258..ef5493d 100644
--- a/kshrc
+++ b/kshrc
@@ -8,11 +8,13 @@ alias de='eval "$(direnv export bash)"'
alias f-commit="fossil commit && fossil git export"
alias jrnl='stitch -t :journal:'
-PS1='\W '
+PS1='${PWD##*/} '
set -o emacs
if [ -x "$(command -v opam)" ]; then
eval $(opam env)
fi
+. /home/mccd/.nix-profile/etc/profile.d/nix.sh
+
eval "$(zoxide init posix --hook prompt)"