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