about summary refs log tree commit diff stats
path: root/dot_config/bash/rc
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:04:27 -0300
committerVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:04:27 -0300
commit959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch)
tree493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_config/bash/rc
parent8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff)
downloaddots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz
restarting from scratch
Diffstat (limited to 'dot_config/bash/rc')
-rw-r--r--dot_config/bash/rc13
1 files changed, 0 insertions, 13 deletions
diff --git a/dot_config/bash/rc b/dot_config/bash/rc
deleted file mode 100644
index f8f7b01..0000000
--- a/dot_config/bash/rc
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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/functions"
-source "$HOME/.config/bash/prompt"