drop some gnome and add alias
This commit is contained in:
parent
51e92ffff3
commit
72e5bd189f
1 changed files with 2 additions and 5 deletions
7
.bashrc
7
.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)"
|
||||
|
|
Loading…
Reference in a new issue