summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-06-10 14:15:03 -0500
committerMarc Coquand <marc@mccd.space>2024-06-10 14:15:03 -0500
commitf9d1799ad2d8980fc6d8d9404e45256da47be1ce (patch)
tree8589e40f289c851a0f837409ac74b60025375de1
parentfe377bf35656415d89124b3f875d6834e8a698d7 (diff)
downloadrcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.tar.gz
rcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.tar.bz2
rcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.zip
Prompt update
-rw-r--r--kshrc9
1 files changed, 4 insertions, 5 deletions
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)"