From bcfa5591fea9de4097cf17b0946b27a8e909f272 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 26 May 2024 19:40:27 -0500 Subject: KSHRC updates --- kshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kshrc b/kshrc index d801c4f..4db16c4 100644 --- a/kshrc +++ b/kshrc @@ -1,17 +1,22 @@ export GPG_TTY=/dev/pts/0 +export HISTFILE="$HOME/.history" gpg-connect-agent updatestartuptty /bye >/dev/null alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" alias e="$EDITOR" +alias sudo='doas' alias g="git" 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##*/} ' +set -o emacs alias jrnl='stitch -t :journal:' if [ -x "$(command -v opam)" ]; then eval $(opam env) fi +acpi +export TERM=xterm-256color eval "$(direnv export bash)" eval "$(zoxide init posix --hook prompt)" -- cgit v1.2.3