From d09be0d5ced1b31e40a1114581abfce0db06c540 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 15 May 2024 15:14:51 -0500 Subject: Add tigrc; switch to ksh --- kshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kshrc') 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)" -- cgit v1.2.3