summaryrefslogtreecommitdiff
path: root/shrc
diff options
context:
space:
mode:
Diffstat (limited to 'shrc')
-rw-r--r--shrc18
1 files changed, 18 insertions, 0 deletions
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)"