diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-10 14:15:03 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-10 14:15:03 -0500 |
commit | f9d1799ad2d8980fc6d8d9404e45256da47be1ce (patch) | |
tree | 8589e40f289c851a0f837409ac74b60025375de1 | |
parent | fe377bf35656415d89124b3f875d6834e8a698d7 (diff) | |
download | rcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.tar.gz rcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.tar.bz2 rcm-f9d1799ad2d8980fc6d8d9404e45256da47be1ce.zip |
Prompt update
-rw-r--r-- | kshrc | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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)" |