added bashrc for kinote setup
This commit is contained in:
parent
7aa867f57c
commit
4e12612a37
1 changed files with 12 additions and 0 deletions
12
.bashrc-kinoite
Normal file
12
.bashrc-kinoite
Normal 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)"
|
||||||
|
|
Loading…
Reference in a new issue