about summary refs log tree commit diff stats
path: root/dot_config/bash/rc
blob: a94b347608d1281f5296cfef1caafd72b21f4ccf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: ft=sh

shopt -s autocd
shopt -s histappend

# pinentry and stuff
export GPG_TTY=$(tty)

export EDITOR="nvim" VISUAL="nvim"

source "$HOME/.config/bash/aliases"
source "$HOME/.config/bash/prompt"

[[ ! -z $(pidof Xorg) ]] && [[ -z "$MTM" ]] && mtm