added bashrc for kinote setup

This commit is contained in:
Morgan McMillian 2023-10-29 22:41:55 -07:00
parent 7aa867f57c
commit 4e12612a37

12
.bashrc-kinoite Normal file
View file

@ -0,0 +1,12 @@
export EDITOR="/usr/bin/nano"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# set my titlebars
function set_win_title(){
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"
}
starship_precmd_user_func="set_win_title"
eval "$(starship init bash)"