summaryrefslogtreecommitdiff
path: root/kshrc
blob: b013f1d970c29bd788c5fa9ea976e6a736d413d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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)"