dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 5296714dfba3e4695350d666a27e5afa2069784e
parent a95342bdd8b674c1db011f271221cef292df2fc9
Author: hhvn <dev@hhvn.uk>
Date:   Sat,  8 May 2021 14:16:34 +0100

.profile: update SHELL logic

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -34,4 +34,4 @@ export IPFS_PATH=$HOME/.local/ipfs cd $HOME # welcome home (st inherits / from hildon) -[ "$(basename $SHELL)" != "ksh" ] && export SHELL=/bin/ksh && ksh +echo "$0" | grep ksh >/dev/null && export SHELL=ksh