dots/dot_config/bash/rc

13 lines
202 B
Bash

# 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"