diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-22 11:13:59 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-22 11:13:59 -0500 |
commit | 7b41c919294cd9924bd62924f2e1dd3a7fc0f1e9 (patch) | |
tree | df6f6b56b22f77206f32ca99f78e98e697db41f0 /kshrc | |
parent | 6ae7f049902679834bf810c85172dd6e67acba3f (diff) | |
download | rcm-7b41c919294cd9924bd62924f2e1dd3a7fc0f1e9.tar.gz rcm-7b41c919294cd9924bd62924f2e1dd3a7fc0f1e9.tar.bz2 rcm-7b41c919294cd9924bd62924f2e1dd3a7fc0f1e9.zip |
Update kshrc
Diffstat (limited to '')
-rw-r--r-- | kshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ alias f-commit="fossil commit && fossil git export" PS1='$(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} ' alias jrnl='stitch -t :journal:' +if [ -x "$(command -v opam)" ]; then + eval $(opam env) +fi eval "$(direnv export bash)" eval "$(zoxide init posix --hook prompt)" |