summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-07-01 21:26:30 -0500
committerMarc Coquand <marc@mccd.space>2024-07-01 21:26:30 -0500
commit0a20357d4585da91d92252972f3eb7b715ff64ab (patch)
treec1e228d72b6331e89f72d99a1ba4ba1807d60381 /kshrc
downloadbsd-0a20357d4585da91d92252972f3eb7b715ff64ab.tar.gz
bsd-0a20357d4585da91d92252972f3eb7b715ff64ab.tar.bz2
bsd-0a20357d4585da91d92252972f3eb7b715ff64ab.zip
initial commit
Diffstat (limited to '')
-rw-r--r--kshrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/kshrc b/kshrc
new file mode 100644
index 0000000..da9c5a0
--- /dev/null
+++ b/kshrc
@@ -0,0 +1,19 @@
+export GPG_TTY=/dev/pts/0
+export HISTFILE="$HOME/.history"
+alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
+alias e="$EDITOR"
+alias g="git"
+#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"
+alias jrnl='stitch -t :journal:'
+
+PS1='${PWD##*/} '
+
+set -o emacs
+if [ -x "$(command -v opam)" ]; then
+ eval $(opam env)
+fi
+
+date
+apm