fix: added starship init to init.sh

This commit is contained in:
Kitty Fangs 2024-05-05 06:44:20 +00:00
parent 7b8e2d8505
commit 8cefc97044
2 changed files with 6 additions and 3 deletions

View File

@ -23,8 +23,8 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
#HISTSIZE=1000
#HISTFILESIZE=2000
# HISTSIZE=1000
# HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.

View File

@ -24,3 +24,6 @@ homeshick --batch clone https://stash.firekitten.net/kford/dotfiles.git
## Link everything
homeshick link --force
# Init Starship
eval "$(starship init bash)"