diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-09 21:23:28 -0500 |
commit | 3d7208853d0f7dfdee4c0aa26a65557414aea96f (patch) | |
tree | 607e68f9a5bc77599d0ad15eab678f1b6673244b /kshrc | |
parent | 8747402d7647d02d85f513cdd9d32410a6e17db6 (diff) | |
download | rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.gz rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.bz2 rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.zip |
Shell update
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,4 @@ eval "$(zoxide init posix --hook prompt)" -export PATH=${PATH}:~/.local/bin export GPG_TTY=/dev/pts/0 gpg-connect-agent updatestartuptty /bye >/dev/null alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" @@ -11,5 +10,6 @@ alias rcdn="rcdn -d ~/rcm" alias mkrc="mkrc -d ~/rcm" alias infols="inxi -S -c 0" alias f-commit="fossil commit && fossil git export" -PS1=' $(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} ' -export SHELL='oksh' +PS1='$(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} ' +eval "$(direnv export bash)" +export SHELL='ksh' |