diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
commit | 97ce8456231b997135be6c5f1afaee08eff2cbb1 (patch) | |
tree | 32f7059aad1b6f9e69c37dd5a5b963037d9b7a06 /kshrc | |
parent | 220906303fe6a69760514d2dcf49e5abfa079657 (diff) | |
download | rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.gz rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.bz2 rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.zip |
Updates
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)" |