summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-07-16 14:37:31 -0500
committerMarc Coquand <marc@mccd.space>2024-07-16 14:37:31 -0500
commit0f7e6e7763774eb848b929b7cf1c6f8026e8fe49 (patch)
tree52fa59003beb1a9f8772a3e9663bb723e6e80ebc /kshrc
parent63cfb9a8f5a0c9f1b9c433a0a535be309b268ea5 (diff)
downloadbsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.tar.gz
bsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.tar.bz2
bsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.zip
Updates
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/kshrc b/kshrc
deleted file mode 100644
index b013f1d..0000000
--- a/kshrc
+++ /dev/null
@@ -1,17 +0,0 @@
-#export HISTFILE="$HOME/.history"
-#alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
-alias e="$EDITOR"
-alias go=go122
-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
-PS1='${PWD##*/} '
-
-eval "$(zoxide init posix --hook prompt)"