From f9d1799ad2d8980fc6d8d9404e45256da47be1ce Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 10 Jun 2024 14:15:03 -0500 Subject: Prompt update --- kshrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'kshrc') diff --git a/kshrc b/kshrc index 2da6dd1..5946258 100644 --- a/kshrc +++ b/kshrc @@ -1,19 +1,18 @@ 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 g="git" -alias infols="inxi -S -c 0" +alias sdf="sshpass -p $(pass sdf) ssh mccd@tty.sdf.org" 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##*/} ' +alias jrnl='stitch -t :journal:' + +PS1='\W ' set -o emacs -alias jrnl='stitch -t :journal:' if [ -x "$(command -v opam)" ]; then eval $(opam env) fi -void-battery-status eval "$(zoxide init posix --hook prompt)" -- cgit v1.2.3