summaryrefslogtreecommitdiff
path: root/kshrc
blob: 7c2473158fe3ce5fe9deb48f20ce1498c086b805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
eval "$(zoxide init posix --hook prompt)"
export PATH=${PATH}:~/.local/bin
export GPG_TTY=/dev/pts/0
gpg-connect-agent updatestartuptty /bye >/dev/null
alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
alias e="$EDITOR"
alias g="git"
alias rcup="rcup -d ~/rcm"
alias lsrc="lsrc -d ~/rcm"
alias rcdn="rcdn -d ~/rcm"
alias mkrc="mkrc -d ~/rcm"
alias infols="inxi -S -c 0"
alias f-commit="fossil commit && fossil git export"
PS1=' $(git branch 2> /dev/null | grep "^\*" | colrm 1 2 | sed -e "s/$/./")${PWD##*/} '
export SHELL='oksh'