summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-15 15:14:51 -0500
committerMarc Coquand <marc@mccd.space>2024-05-15 15:14:51 -0500
commitd09be0d5ced1b31e40a1114581abfce0db06c540 (patch)
treeac600d4042669ace826c716a4e5b087583fa2793 /kshrc
parent9e78cd1d33b05fea802c19f5641b0f09fd592313 (diff)
downloadrcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.gz
rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.bz2
rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.zip
Add tigrc; switch to ksh
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshrc b/kshrc
index 7bde110..4b29f09 100644
--- a/kshrc
+++ b/kshrc
@@ -1,4 +1,3 @@
-eval "$(zoxide init posix --hook prompt)"
export GPG_TTY=/dev/pts/0
gpg-connect-agent updatestartuptty /bye >/dev/null
alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
@@ -12,5 +11,6 @@ alias infols="inxi -S -c 0"
alias de='eval "$(direnv export bash)"'
alias f-commit="fossil commit && fossil git export"
PS1='$(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} '
-eval "$(direnv export bash)"
export SHELL='ksh'
+eval "$(direnv export bash)"
+eval "$(zoxide init posix --hook prompt)"