refactor: Reorg .bashrc
This commit is contained in:
parent
3b155f93e0
commit
7b8e2d8505
13
home/.bashrc
13
home/.bashrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue