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.
|
||||||
|
|
5
init.sh
5
init.sh
|
@ -23,4 +23,7 @@ homeshick --batch clone https://stash.firekitten.net/kford/dotfiles.git
|
||||||
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kford/dotfiles
|
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kford/dotfiles
|
||||||
|
|
||||||
## Link everything
|
## Link everything
|
||||||
homeshick link --force
|
homeshick link --force
|
||||||
|
|
||||||
|
# Init Starship
|
||||||
|
eval "$(starship init bash)"
|
Loading…
Reference in New Issue