diff --git a/.bashrc-kinoite b/.bashrc-kinoite new file mode 100644 index 0000000..7585107 --- /dev/null +++ b/.bashrc-kinoite @@ -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)" +