refactor: Reorg .bashrc

This commit is contained in:
Katerina Ford 2024-05-05 04:42:46 +00:00
parent e3dc3e943e
commit d80fa09d88
1 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,10 @@
# Homeshick for configs
source $HOME/.homesick/repos/homeshick/homeshick.sh
source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
homeshick pull
homeshick link
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
@ -123,9 +130,3 @@ eval "$(starship init bash)"
HISTSIZE=100000
HISTFILESIZE=200000
SAVEHIST=100000
# Homeshick for configs
source $HOME/.homesick/repos/homeshick/homeshick.sh
source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
homeshick pull
homeshick link