summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-09 21:23:28 -0500
committerMarc Coquand <marc@mccd.space>2024-05-09 21:23:28 -0500
commit3d7208853d0f7dfdee4c0aa26a65557414aea96f (patch)
tree607e68f9a5bc77599d0ad15eab678f1b6673244b /kshrc
parent8747402d7647d02d85f513cdd9d32410a6e17db6 (diff)
downloadrcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.gz
rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.bz2
rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.zip
Shell update
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kshrc b/kshrc
index 7c24731..5f06246 100644
--- a/kshrc
+++ b/kshrc
@@ -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'