fix: added starship init to init.sh
This commit is contained in:
parent
7b8e2d8505
commit
8cefc97044
|
@ -23,8 +23,8 @@ HISTCONTROL=ignoreboth
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|
||||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||||
#HISTSIZE=1000
|
# HISTSIZE=1000
|
||||||
#HISTFILESIZE=2000
|
# HISTFILESIZE=2000
|
||||||
|
|
||||||
# check the window size after each command and, if necessary,
|
# check the window size after each command and, if necessary,
|
||||||
# update the values of LINES and COLUMNS.
|
# update the values of LINES and COLUMNS.
|
||||||
|
|
Loading…
Reference in New Issue