diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
commit | 959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch) | |
tree | 493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_config/bash/rc | |
parent | 8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff) | |
download | dots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz |
restarting from scratch
Diffstat (limited to 'dot_config/bash/rc')
-rw-r--r-- | dot_config/bash/rc | 13 |
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" |