From 0f7e6e7763774eb848b929b7cf1c6f8026e8fe49 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 16 Jul 2024 14:37:31 -0500 Subject: Updates --- shrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 shrc (limited to 'shrc') diff --git a/shrc b/shrc new file mode 100644 index 0000000..01dd767 --- /dev/null +++ b/shrc @@ -0,0 +1,18 @@ +#export HISTFILE="$HOME/.history" +#alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" +alias e="$EDITOR" +alias g="git" +alias grep="ugrep" +alias tldr="NO_COLOR=1 tldr" +alias fd="NO_COLOR=1 fdfind" +alias de='eval "$(direnv export bash)"' +alias f-commit="fossil commit && fossil git export" +alias jrnl='stitch -t :journal:' +alias bat='envstat -d acpibat0 | grep 'charge:' | awk "{print $6}"' + +set -o emacs +set -o promptcmds +set -o tabcomplete +PS1="${PWD##*/} $PS1" + +eval "$(zoxide init posix --hook prompt)" -- cgit v1.2.3