refactor: Reorg .bashrc

This commit is contained in:
Kitty Fangs 2024-05-05 04:42:46 +00:00
parent 3b155f93e0
commit 7b8e2d8505
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