diff --git a/home/.bashrc b/home/.bashrc index b272c85..3d0df55 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -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. diff --git a/init.sh b/init.sh index 89959b4..83bda93 100644 --- a/init.sh +++ b/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 ## Link everything -homeshick link --force \ No newline at end of file +homeshick link --force + +# Init Starship +eval "$(starship init bash)" \ No newline at end of file