From 8cefc970445847b165a3cd4f1b23a1abad7758a9 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Sun, 5 May 2024 06:44:20 +0000 Subject: [PATCH] fix: added starship init to init.sh --- home/.bashrc | 4 ++-- init.sh | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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