dots/dot_config/bash/rc

13 lines
202 B
Plaintext
Raw Normal View History

# vim: ft=sh
2023-05-21 09:34:37 +00:00
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"