From 72e5bd189f1a266b1c7991fb8b9069cf7cddb33d Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 1 May 2022 07:06:13 -0700 Subject: [PATCH] drop some gnome and add alias --- .bashrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index a4d6a52..8b17e2a 100644 --- a/.bashrc +++ b/.bashrc @@ -2,9 +2,11 @@ set -o vi export GOPATH="/home/thrrgilag/go" export PATH=$PATH:/usr/local/go/bin +export EDITOR="/usr/bin/vim" alias df='df -x squashfs' alias tmutt='mutt -F ~/.config/mutt/thrrgilag-muttrc' +alias pmutt='mutt -F ~/.config/mutt/proton-muttrc' alias wttr='curl wttr.in' # set my titlebars @@ -13,9 +15,4 @@ function set_win_title(){ } starship_precmd_user_func="set_win_title" -if [ -n "$DISPLAY" ]; then - eval $(gnome-keyring-daemon --start) - export SSH_AUTH_SOCK -fi - eval "$(starship init bash)"