From 6a41699d952cb4116603539420353b4225d8c1d0 Mon Sep 17 00:00:00 2001 From: Vitor Gonçalves Date: Sun, 21 May 2023 06:34:37 -0300 Subject: Initial commit --- dot_config/bash/rc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dot_config/bash/rc (limited to 'dot_config/bash/rc') diff --git a/dot_config/bash/rc b/dot_config/bash/rc new file mode 100644 index 0000000..320f597 --- /dev/null +++ b/dot_config/bash/rc @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +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" -- cgit 1.4.1-2-gfad0