summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"