diff options
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |